test_public.pb.go 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: test/test_public.proto
  3. package test
  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 PublicImportMessage struct {
  17. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  18. XXX_unrecognized protoimpl.UnknownFields `json:"-"`
  19. XXX_sizecache protoimpl.SizeCache `json:"-"`
  20. }
  21. func (x *PublicImportMessage) Reset() {
  22. *x = PublicImportMessage{}
  23. }
  24. func (x *PublicImportMessage) String() string {
  25. return protoimpl.X.MessageStringOf(x)
  26. }
  27. func (*PublicImportMessage) ProtoMessage() {}
  28. func (x *PublicImportMessage) ProtoReflect() protoreflect.Message {
  29. return file_test_test_public_proto_msgTypes[0].MessageOf(x)
  30. }
  31. func (m *PublicImportMessage) XXX_Methods() *protoiface.Methods {
  32. return file_test_test_public_proto_msgTypes[0].Methods()
  33. }
  34. // Deprecated: Use PublicImportMessage.ProtoReflect.Type instead.
  35. func (*PublicImportMessage) Descriptor() ([]byte, []int) {
  36. return file_test_test_public_proto_rawDescGZIP(), []int{0}
  37. }
  38. var File_test_test_public_proto protoreflect.FileDescriptor
  39. var file_test_test_public_proto_rawDesc = []byte{
  40. 0x0a, 0x16, 0x74, 0x65, 0x73, 0x74, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x70, 0x75, 0x62, 0x6c,
  41. 0x69, 0x63, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74,
  42. 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x74, 0x65, 0x73, 0x74, 0x22, 0x15, 0x0a, 0x13,
  43. 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x4d, 0x65, 0x73, 0x73,
  44. 0x61, 0x67, 0x65, 0x42, 0x35, 0x5a, 0x33, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f,
  45. 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  46. 0x66, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x70,
  47. 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x74, 0x65, 0x73, 0x74,
  48. }
  49. var (
  50. file_test_test_public_proto_rawDescOnce sync.Once
  51. file_test_test_public_proto_rawDescData = file_test_test_public_proto_rawDesc
  52. )
  53. func file_test_test_public_proto_rawDescGZIP() []byte {
  54. file_test_test_public_proto_rawDescOnce.Do(func() {
  55. file_test_test_public_proto_rawDescData = protoimpl.X.CompressGZIP(file_test_test_public_proto_rawDescData)
  56. })
  57. return file_test_test_public_proto_rawDescData
  58. }
  59. var file_test_test_public_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  60. var file_test_test_public_proto_goTypes = []interface{}{
  61. (*PublicImportMessage)(nil), // 0: goproto.proto.test.PublicImportMessage
  62. }
  63. var file_test_test_public_proto_depIdxs = []int32{
  64. 0, // starting offset of method output_type sub-list
  65. 0, // starting offset of method input_type sub-list
  66. 0, // starting offset of extension type_name sub-list
  67. 0, // starting offset of extension extendee sub-list
  68. 0, // starting offset of field type_name sub-list
  69. }
  70. func init() { file_test_test_public_proto_init() }
  71. func file_test_test_public_proto_init() {
  72. if File_test_test_public_proto != nil {
  73. return
  74. }
  75. out := protoimpl.TypeBuilder{
  76. File: protoimpl.DescBuilder{
  77. RawDescriptor: file_test_test_public_proto_rawDesc,
  78. NumEnums: 0,
  79. NumMessages: 1,
  80. NumExtensions: 0,
  81. NumServices: 0,
  82. },
  83. GoTypes: file_test_test_public_proto_goTypes,
  84. DependencyIndexes: file_test_test_public_proto_depIdxs,
  85. MessageInfos: file_test_test_public_proto_msgTypes,
  86. }.Build()
  87. File_test_test_public_proto = out.File
  88. file_test_test_public_proto_rawDesc = nil
  89. file_test_test_public_proto_goTypes = nil
  90. file_test_test_public_proto_depIdxs = nil
  91. }