sql.pb.go 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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, 0x13, 0x5a, 0x11, 0x64, 0x73, 0x2f, 0x67, 0x72, 0x70, 0x63, 0x5f, 0x61, 0x70, 0x69, 0x2f,
  33. 0x70, 0x62, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  34. }
  35. var file_v1_sql_proto_goTypes = []interface{}{
  36. (*request.TransactionOperation)(nil), // 0: request.TransactionOperation
  37. (*response.TransactionResponse)(nil), // 1: response.TransactionResponse
  38. }
  39. var file_v1_sql_proto_depIdxs = []int32{
  40. 0, // 0: v1.SqlService.Transaction:input_type -> request.TransactionOperation
  41. 1, // 1: v1.SqlService.Transaction:output_type -> response.TransactionResponse
  42. 1, // [1:2] is the sub-list for method output_type
  43. 0, // [0:1] is the sub-list for method input_type
  44. 0, // [0:0] is the sub-list for extension type_name
  45. 0, // [0:0] is the sub-list for extension extendee
  46. 0, // [0:0] is the sub-list for field type_name
  47. }
  48. func init() { file_v1_sql_proto_init() }
  49. func file_v1_sql_proto_init() {
  50. if File_v1_sql_proto != nil {
  51. return
  52. }
  53. type x struct{}
  54. out := protoimpl.TypeBuilder{
  55. File: protoimpl.DescBuilder{
  56. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  57. RawDescriptor: file_v1_sql_proto_rawDesc,
  58. NumEnums: 0,
  59. NumMessages: 0,
  60. NumExtensions: 0,
  61. NumServices: 1,
  62. },
  63. GoTypes: file_v1_sql_proto_goTypes,
  64. DependencyIndexes: file_v1_sql_proto_depIdxs,
  65. }.Build()
  66. File_v1_sql_proto = out.File
  67. file_v1_sql_proto_rawDesc = nil
  68. file_v1_sql_proto_goTypes = nil
  69. file_v1_sql_proto_depIdxs = nil
  70. }