sql.pb.go 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1
  4. // protoc v3.12.4
  5. // source: v1/sql.proto
  6. package v1
  7. import (
  8. request "git.sxidc.com/service-supports/ds-sdk/grpc_client/v1/request"
  9. response "git.sxidc.com/service-supports/ds-sdk/grpc_client/v1/response"
  10. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  11. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  12. reflect "reflect"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. var File_v1_sql_proto protoreflect.FileDescriptor
  21. var file_v1_sql_proto_rawDesc = []byte{
  22. 0x0a, 0x0c, 0x76, 0x31, 0x2f, 0x73, 0x71, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x02,
  23. 0x76, 0x31, 0x1a, 0x14, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2f, 0x73,
  24. 0x71, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x15, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x73,
  25. 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2f, 0x73, 0x71, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x32,
  26. 0x5f, 0x0a, 0x0a, 0x53, 0x71, 0x6c, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x51, 0x0a,
  27. 0x0b, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x72,
  28. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
  29. 0x6f, 0x6e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x1d, 0x2e, 0x72, 0x65,
  30. 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
  31. 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x28, 0x01, 0x30, 0x01,
  32. 0x42, 0x17, 0x5a, 0x15, 0x64, 0x73, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x5f,
  33. 0x61, 0x70, 0x69, 0x2f, 0x70, 0x62, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  34. 0x33,
  35. }
  36. var file_v1_sql_proto_goTypes = []interface{}{
  37. (*request.TransactionOperation)(nil), // 0: request.TransactionOperation
  38. (*response.TransactionResponse)(nil), // 1: response.TransactionResponse
  39. }
  40. var file_v1_sql_proto_depIdxs = []int32{
  41. 0, // 0: v1.SqlService.Transaction:input_type -> request.TransactionOperation
  42. 1, // 1: v1.SqlService.Transaction:output_type -> response.TransactionResponse
  43. 1, // [1:2] is the sub-list for method output_type
  44. 0, // [0:1] is the sub-list for method input_type
  45. 0, // [0:0] is the sub-list for extension type_name
  46. 0, // [0:0] is the sub-list for extension extendee
  47. 0, // [0:0] is the sub-list for field type_name
  48. }
  49. func init() { file_v1_sql_proto_init() }
  50. func file_v1_sql_proto_init() {
  51. if File_v1_sql_proto != nil {
  52. return
  53. }
  54. type x struct{}
  55. out := protoimpl.TypeBuilder{
  56. File: protoimpl.DescBuilder{
  57. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  58. RawDescriptor: file_v1_sql_proto_rawDesc,
  59. NumEnums: 0,
  60. NumMessages: 0,
  61. NumExtensions: 0,
  62. NumServices: 1,
  63. },
  64. GoTypes: file_v1_sql_proto_goTypes,
  65. DependencyIndexes: file_v1_sql_proto_depIdxs,
  66. }.Build()
  67. File_v1_sql_proto = out.File
  68. file_v1_sql_proto_rawDesc = nil
  69. file_v1_sql_proto_goTypes = nil
  70. file_v1_sql_proto_depIdxs = nil
  71. }