m.pb.go 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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: imports/fmt/m.proto
  6. package fmt
  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 M struct {
  14. state protoimpl.MessageState
  15. sizeCache protoimpl.SizeCache
  16. unknownFields protoimpl.UnknownFields
  17. }
  18. func (x *M) Reset() {
  19. *x = M{}
  20. }
  21. func (x *M) String() string {
  22. return protoimpl.X.MessageStringOf(x)
  23. }
  24. func (*M) ProtoMessage() {}
  25. func (x *M) ProtoReflect() protoreflect.Message {
  26. mi := &file_imports_fmt_m_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 M.ProtoReflect.Descriptor instead.
  37. func (*M) Descriptor() ([]byte, []int) {
  38. return file_imports_fmt_m_proto_rawDescGZIP(), []int{0}
  39. }
  40. var File_imports_fmt_m_proto protoreflect.FileDescriptor
  41. var file_imports_fmt_m_proto_rawDesc = []byte{
  42. 0x0a, 0x13, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x2f, 0x66, 0x6d, 0x74, 0x2f, 0x6d, 0x2e,
  43. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x03, 0x66, 0x6d, 0x74, 0x22, 0x03, 0x0a, 0x01, 0x4d, 0x42,
  44. 0x43, 0x5a, 0x41, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67,
  45. 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x63, 0x6d,
  46. 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x67, 0x6f, 0x2f,
  47. 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x73,
  48. 0x2f, 0x66, 0x6d, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  49. }
  50. var (
  51. file_imports_fmt_m_proto_rawDescOnce sync.Once
  52. file_imports_fmt_m_proto_rawDescData = file_imports_fmt_m_proto_rawDesc
  53. )
  54. func file_imports_fmt_m_proto_rawDescGZIP() []byte {
  55. file_imports_fmt_m_proto_rawDescOnce.Do(func() {
  56. file_imports_fmt_m_proto_rawDescData = protoimpl.X.CompressGZIP(file_imports_fmt_m_proto_rawDescData)
  57. })
  58. return file_imports_fmt_m_proto_rawDescData
  59. }
  60. var file_imports_fmt_m_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  61. var file_imports_fmt_m_proto_goTypes = []interface{}{
  62. (*M)(nil), // 0: fmt.M
  63. }
  64. var file_imports_fmt_m_proto_depIdxs = []int32{
  65. 0, // [0:0] is the sub-list for method output_type
  66. 0, // [0:0] is the sub-list for method input_type
  67. 0, // [0:0] is the sub-list for extension type_name
  68. 0, // [0:0] is the sub-list for extension extendee
  69. 0, // [0:0] is the sub-list for field type_name
  70. }
  71. func init() { file_imports_fmt_m_proto_init() }
  72. func file_imports_fmt_m_proto_init() {
  73. if File_imports_fmt_m_proto != nil {
  74. return
  75. }
  76. if !protoimpl.UnsafeEnabled {
  77. file_imports_fmt_m_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  78. switch v := v.(*M); i {
  79. case 0:
  80. return &v.state
  81. case 1:
  82. return &v.sizeCache
  83. case 2:
  84. return &v.unknownFields
  85. default:
  86. return nil
  87. }
  88. }
  89. }
  90. type x struct{}
  91. out := protoimpl.TypeBuilder{
  92. File: protoimpl.DescBuilder{
  93. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  94. RawDescriptor: file_imports_fmt_m_proto_rawDesc,
  95. NumEnums: 0,
  96. NumMessages: 1,
  97. NumExtensions: 0,
  98. NumServices: 0,
  99. },
  100. GoTypes: file_imports_fmt_m_proto_goTypes,
  101. DependencyIndexes: file_imports_fmt_m_proto_depIdxs,
  102. MessageInfos: file_imports_fmt_m_proto_msgTypes,
  103. }.Build()
  104. File_imports_fmt_m_proto = out.File
  105. file_imports_fmt_m_proto_rawDesc = nil
  106. file_imports_fmt_m_proto_goTypes = nil
  107. file_imports_fmt_m_proto_depIdxs = nil
  108. }