gm.pb.go 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. // message结构的属性名请使用 驼峰小写字母开始
  2. // Code generated by protoc-gen-go. DO NOT EDIT.
  3. // versions:
  4. // protoc-gen-go v1.36.6
  5. // protoc v6.31.1
  6. // source: gm.proto
  7. package pb
  8. import (
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. reflect "reflect"
  12. unsafe "unsafe"
  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_gm_proto protoreflect.FileDescriptor
  21. const file_gm_proto_rawDesc = "" +
  22. "\n" +
  23. "\bgm.proto\x12\x02pbB\x05Z\x03/pbb\x06proto3"
  24. var file_gm_proto_goTypes = []any{}
  25. var file_gm_proto_depIdxs = []int32{
  26. 0, // [0:0] is the sub-list for method output_type
  27. 0, // [0:0] is the sub-list for method input_type
  28. 0, // [0:0] is the sub-list for extension type_name
  29. 0, // [0:0] is the sub-list for extension extendee
  30. 0, // [0:0] is the sub-list for field type_name
  31. }
  32. func init() { file_gm_proto_init() }
  33. func file_gm_proto_init() {
  34. if File_gm_proto != nil {
  35. return
  36. }
  37. type x struct{}
  38. out := protoimpl.TypeBuilder{
  39. File: protoimpl.DescBuilder{
  40. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  41. RawDescriptor: unsafe.Slice(unsafe.StringData(file_gm_proto_rawDesc), len(file_gm_proto_rawDesc)),
  42. NumEnums: 0,
  43. NumMessages: 0,
  44. NumExtensions: 0,
  45. NumServices: 0,
  46. },
  47. GoTypes: file_gm_proto_goTypes,
  48. DependencyIndexes: file_gm_proto_depIdxs,
  49. }.Build()
  50. File_gm_proto = out.File
  51. file_gm_proto_goTypes = nil
  52. file_gm_proto_depIdxs = nil
  53. }