extra.pb.go 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: extensions/extra/extra.proto
  3. package extra
  4. import (
  5. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  6. protoiface "google.golang.org/protobuf/runtime/protoiface"
  7. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  8. sync "sync"
  9. )
  10. const (
  11. // Verify that runtime/protoimpl is sufficiently up-to-date.
  12. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 0)
  13. // Verify that this generated code is sufficiently up-to-date.
  14. _ = protoimpl.EnforceVersion(0 - protoimpl.MinVersion)
  15. )
  16. type ExtraMessage struct {
  17. Data []byte `protobuf:"bytes,1,opt,name=data" json:"data,omitempty"`
  18. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  19. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  20. XXX_sizecache protoimpl.SizeCache `json:"-"`
  21. }
  22. func (x *ExtraMessage) Reset() {
  23. *x = ExtraMessage{}
  24. }
  25. func (x *ExtraMessage) String() string {
  26. return protoimpl.X.MessageStringOf(x)
  27. }
  28. func (*ExtraMessage) ProtoMessage() {}
  29. func (x *ExtraMessage) ProtoReflect() protoreflect.Message {
  30. return file_extensions_extra_extra_proto_msgTypes[0].MessageOf(x)
  31. }
  32. func (m *ExtraMessage) XXX_Methods() *protoiface.Methods {
  33. return file_extensions_extra_extra_proto_msgTypes[0].Methods()
  34. }
  35. // Deprecated: Use ExtraMessage.ProtoReflect.Type instead.
  36. func (*ExtraMessage) Descriptor() ([]byte, []int) {
  37. return file_extensions_extra_extra_proto_rawDescGZIP(), []int{0}
  38. }
  39. func (x *ExtraMessage) GetData() []byte {
  40. if x != nil {
  41. return x.Data
  42. }
  43. return nil
  44. }
  45. var File_extensions_extra_extra_proto protoreflect.FileDescriptor
  46. var file_extensions_extra_extra_proto_rawDesc = []byte{
  47. 0x0a, 0x1c, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x65, 0x78, 0x74,
  48. 0x72, 0x61, 0x2f, 0x65, 0x78, 0x74, 0x72, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1e,
  49. 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2e, 0x65,
  50. 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x65, 0x78, 0x74, 0x72, 0x61, 0x22, 0x22,
  51. 0x0a, 0x0c, 0x45, 0x78, 0x74, 0x72, 0x61, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12,
  52. 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61,
  53. 0x74, 0x61, 0x42, 0x48, 0x5a, 0x46, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c,
  54. 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  55. 0x2f, 0x63, 0x6d, 0x64, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d,
  56. 0x67, 0x6f, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x65, 0x78, 0x74, 0x65,
  57. 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x65, 0x78, 0x74, 0x72, 0x61,
  58. }
  59. var (
  60. file_extensions_extra_extra_proto_rawDescOnce sync.Once
  61. file_extensions_extra_extra_proto_rawDescData = file_extensions_extra_extra_proto_rawDesc
  62. )
  63. func file_extensions_extra_extra_proto_rawDescGZIP() []byte {
  64. file_extensions_extra_extra_proto_rawDescOnce.Do(func() {
  65. file_extensions_extra_extra_proto_rawDescData = protoimpl.X.CompressGZIP(file_extensions_extra_extra_proto_rawDescData)
  66. })
  67. return file_extensions_extra_extra_proto_rawDescData
  68. }
  69. var file_extensions_extra_extra_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  70. var file_extensions_extra_extra_proto_goTypes = []interface{}{
  71. (*ExtraMessage)(nil), // 0: goproto.protoc.extension.extra.ExtraMessage
  72. }
  73. var file_extensions_extra_extra_proto_depIdxs = []int32{
  74. 0, // starting offset of method output_type sub-list
  75. 0, // starting offset of method input_type sub-list
  76. 0, // starting offset of extension type_name sub-list
  77. 0, // starting offset of extension extendee sub-list
  78. 0, // starting offset of field type_name sub-list
  79. }
  80. func init() { file_extensions_extra_extra_proto_init() }
  81. func file_extensions_extra_extra_proto_init() {
  82. if File_extensions_extra_extra_proto != nil {
  83. return
  84. }
  85. out := protoimpl.TypeBuilder{
  86. File: protoimpl.DescBuilder{
  87. RawDescriptor: file_extensions_extra_extra_proto_rawDesc,
  88. NumEnums: 0,
  89. NumMessages: 1,
  90. NumExtensions: 0,
  91. NumServices: 0,
  92. },
  93. GoTypes: file_extensions_extra_extra_proto_goTypes,
  94. DependencyIndexes: file_extensions_extra_extra_proto_depIdxs,
  95. MessageInfos: file_extensions_extra_extra_proto_msgTypes,
  96. }.Build()
  97. File_extensions_extra_extra_proto = out.File
  98. file_extensions_extra_extra_proto_rawDesc = nil
  99. file_extensions_extra_extra_proto_goTypes = nil
  100. file_extensions_extra_extra_proto_depIdxs = nil
  101. }