b.pb.go 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. // Copyright 2018 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Code generated by protoc-gen-go. DO NOT EDIT.
  5. // source: import_public/sub/b.proto
  6. package sub
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. type M2 struct {
  14. state protoimpl.MessageState
  15. sizeCache protoimpl.SizeCache
  16. unknownFields protoimpl.UnknownFields
  17. }
  18. func (x *M2) Reset() {
  19. *x = M2{}
  20. }
  21. func (x *M2) String() string {
  22. return protoimpl.X.MessageStringOf(x)
  23. }
  24. func (*M2) ProtoMessage() {}
  25. func (x *M2) ProtoReflect() protoreflect.Message {
  26. mi := &file_import_public_sub_b_proto_msgTypes[0]
  27. if protoimpl.UnsafeEnabled && x != nil {
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. if ms.LoadMessageInfo() == nil {
  30. ms.StoreMessageInfo(mi)
  31. }
  32. return ms
  33. }
  34. return mi.MessageOf(x)
  35. }
  36. // Deprecated: Use M2.ProtoReflect.Descriptor instead.
  37. func (*M2) Descriptor() ([]byte, []int) {
  38. return file_import_public_sub_b_proto_rawDescGZIP(), []int{0}
  39. }
  40. var File_import_public_sub_b_proto protoreflect.FileDescriptor
  41. var file_import_public_sub_b_proto_rawDesc = []byte{
  42. 0x0a, 0x19, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x5f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x2f,
  43. 0x73, 0x75, 0x62, 0x2f, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x20, 0x67, 0x6f, 0x70,
  44. 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x69, 0x6d, 0x70, 0x6f,
  45. 0x72, 0x74, 0x5f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x2e, 0x73, 0x75, 0x62, 0x22, 0x04, 0x0a,
  46. 0x02, 0x4d, 0x32, 0x42, 0x49, 0x5a, 0x47, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f,
  47. 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  48. 0x66, 0x2f, 0x63, 0x6d, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e,
  49. 0x2d, 0x67, 0x6f, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x69, 0x6d, 0x70,
  50. 0x6f, 0x72, 0x74, 0x5f, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x2f, 0x73, 0x75, 0x62,
  51. }
  52. var (
  53. file_import_public_sub_b_proto_rawDescOnce sync.Once
  54. file_import_public_sub_b_proto_rawDescData = file_import_public_sub_b_proto_rawDesc
  55. )
  56. func file_import_public_sub_b_proto_rawDescGZIP() []byte {
  57. file_import_public_sub_b_proto_rawDescOnce.Do(func() {
  58. file_import_public_sub_b_proto_rawDescData = protoimpl.X.CompressGZIP(file_import_public_sub_b_proto_rawDescData)
  59. })
  60. return file_import_public_sub_b_proto_rawDescData
  61. }
  62. var file_import_public_sub_b_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  63. var file_import_public_sub_b_proto_goTypes = []interface{}{
  64. (*M2)(nil), // 0: goproto.protoc.import_public.sub.M2
  65. }
  66. var file_import_public_sub_b_proto_depIdxs = []int32{
  67. 0, // [0:0] is the sub-list for method output_type
  68. 0, // [0:0] is the sub-list for method input_type
  69. 0, // [0:0] is the sub-list for extension type_name
  70. 0, // [0:0] is the sub-list for extension extendee
  71. 0, // [0:0] is the sub-list for field type_name
  72. }
  73. func init() { file_import_public_sub_b_proto_init() }
  74. func file_import_public_sub_b_proto_init() {
  75. if File_import_public_sub_b_proto != nil {
  76. return
  77. }
  78. if !protoimpl.UnsafeEnabled {
  79. file_import_public_sub_b_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  80. switch v := v.(*M2); i {
  81. case 0:
  82. return &v.state
  83. case 1:
  84. return &v.sizeCache
  85. case 2:
  86. return &v.unknownFields
  87. default:
  88. return nil
  89. }
  90. }
  91. }
  92. type x struct{}
  93. out := protoimpl.TypeBuilder{
  94. File: protoimpl.DescBuilder{
  95. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  96. RawDescriptor: file_import_public_sub_b_proto_rawDesc,
  97. NumEnums: 0,
  98. NumMessages: 1,
  99. NumExtensions: 0,
  100. NumServices: 0,
  101. },
  102. GoTypes: file_import_public_sub_b_proto_goTypes,
  103. DependencyIndexes: file_import_public_sub_b_proto_depIdxs,
  104. MessageInfos: file_import_public_sub_b_proto_msgTypes,
  105. }.Build()
  106. File_import_public_sub_b_proto = out.File
  107. file_import_public_sub_b_proto_rawDesc = nil
  108. file_import_public_sub_b_proto_goTypes = nil
  109. file_import_public_sub_b_proto_depIdxs = nil
  110. }