config.pb.go 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. package multiobservatory
  2. import (
  3. _ "github.com/v2fly/v2ray-core/v5/common/protoext"
  4. taggedfeatures "github.com/v2fly/v2ray-core/v5/common/taggedfeatures"
  5. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  6. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  7. reflect "reflect"
  8. sync "sync"
  9. )
  10. const (
  11. // Verify that this generated code is sufficiently up-to-date.
  12. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  13. // Verify that runtime/protoimpl is sufficiently up-to-date.
  14. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  15. )
  16. type Config struct {
  17. state protoimpl.MessageState
  18. sizeCache protoimpl.SizeCache
  19. unknownFields protoimpl.UnknownFields
  20. Holders *taggedfeatures.Config `protobuf:"bytes,1,opt,name=holders,proto3" json:"holders,omitempty"`
  21. }
  22. func (x *Config) Reset() {
  23. *x = Config{}
  24. if protoimpl.UnsafeEnabled {
  25. mi := &file_app_observatory_multiobservatory_config_proto_msgTypes[0]
  26. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  27. ms.StoreMessageInfo(mi)
  28. }
  29. }
  30. func (x *Config) String() string {
  31. return protoimpl.X.MessageStringOf(x)
  32. }
  33. func (*Config) ProtoMessage() {}
  34. func (x *Config) ProtoReflect() protoreflect.Message {
  35. mi := &file_app_observatory_multiobservatory_config_proto_msgTypes[0]
  36. if protoimpl.UnsafeEnabled && x != nil {
  37. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  38. if ms.LoadMessageInfo() == nil {
  39. ms.StoreMessageInfo(mi)
  40. }
  41. return ms
  42. }
  43. return mi.MessageOf(x)
  44. }
  45. // Deprecated: Use Config.ProtoReflect.Descriptor instead.
  46. func (*Config) Descriptor() ([]byte, []int) {
  47. return file_app_observatory_multiobservatory_config_proto_rawDescGZIP(), []int{0}
  48. }
  49. func (x *Config) GetHolders() *taggedfeatures.Config {
  50. if x != nil {
  51. return x.Holders
  52. }
  53. return nil
  54. }
  55. var File_app_observatory_multiobservatory_config_proto protoreflect.FileDescriptor
  56. var file_app_observatory_multiobservatory_config_proto_rawDesc = []byte{
  57. 0x0a, 0x2d, 0x61, 0x70, 0x70, 0x2f, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x61, 0x74, 0x6f, 0x72,
  58. 0x79, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x61, 0x74, 0x6f,
  59. 0x72, 0x79, 0x2f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
  60. 0x2b, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e,
  61. 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x2e, 0x6d, 0x75, 0x6c, 0x74,
  62. 0x69, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x1a, 0x24, 0x63, 0x6f,
  63. 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x74, 0x61, 0x67, 0x67, 0x65, 0x64, 0x66, 0x65, 0x61, 0x74, 0x75,
  64. 0x72, 0x65, 0x73, 0x2f, 0x73, 0x6b, 0x65, 0x6c, 0x65, 0x74, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f,
  65. 0x74, 0x6f, 0x1a, 0x20, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  66. 0x65, 0x78, 0x74, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70,
  67. 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x6d, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x42,
  68. 0x0a, 0x07, 0x68, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32,
  69. 0x28, 0x2e, 0x76, 0x32, 0x72, 0x61, 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x63, 0x6f, 0x6d,
  70. 0x6d, 0x6f, 0x6e, 0x2e, 0x74, 0x61, 0x67, 0x67, 0x65, 0x64, 0x66, 0x65, 0x61, 0x74, 0x75, 0x72,
  71. 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x07, 0x68, 0x6f, 0x6c, 0x64, 0x65,
  72. 0x72, 0x73, 0x3a, 0x1f, 0x82, 0xb5, 0x18, 0x1b, 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63,
  73. 0x65, 0x12, 0x10, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x61, 0x74,
  74. 0x6f, 0x72, 0x79, 0x42, 0xa2, 0x01, 0x0a, 0x2f, 0x63, 0x6f, 0x6d, 0x2e, 0x76, 0x32, 0x72, 0x61,
  75. 0x79, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x61, 0x70, 0x70, 0x2e, 0x6f, 0x62, 0x73, 0x65, 0x72,
  76. 0x76, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x4f, 0x62, 0x73, 0x65,
  77. 0x72, 0x76, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x50, 0x01, 0x5a, 0x3f, 0x67, 0x69, 0x74, 0x68, 0x75,
  78. 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x76, 0x32, 0x66, 0x6c, 0x79, 0x2f, 0x76, 0x32, 0x72, 0x61,
  79. 0x79, 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x35, 0x2f, 0x61, 0x70, 0x70, 0x2f, 0x6f, 0x62,
  80. 0x73, 0x65, 0x72, 0x76, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x6f,
  81. 0x62, 0x73, 0x65, 0x72, 0x76, 0x61, 0x74, 0x6f, 0x72, 0x79, 0xaa, 0x02, 0x2b, 0x56, 0x32, 0x52,
  82. 0x61, 0x79, 0x2e, 0x43, 0x6f, 0x72, 0x65, 0x2e, 0x41, 0x70, 0x70, 0x2e, 0x4f, 0x62, 0x73, 0x65,
  83. 0x72, 0x76, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x4f, 0x62, 0x73,
  84. 0x65, 0x72, 0x76, 0x61, 0x74, 0x6f, 0x72, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  85. }
  86. var (
  87. file_app_observatory_multiobservatory_config_proto_rawDescOnce sync.Once
  88. file_app_observatory_multiobservatory_config_proto_rawDescData = file_app_observatory_multiobservatory_config_proto_rawDesc
  89. )
  90. func file_app_observatory_multiobservatory_config_proto_rawDescGZIP() []byte {
  91. file_app_observatory_multiobservatory_config_proto_rawDescOnce.Do(func() {
  92. file_app_observatory_multiobservatory_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_app_observatory_multiobservatory_config_proto_rawDescData)
  93. })
  94. return file_app_observatory_multiobservatory_config_proto_rawDescData
  95. }
  96. var file_app_observatory_multiobservatory_config_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  97. var file_app_observatory_multiobservatory_config_proto_goTypes = []interface{}{
  98. (*Config)(nil), // 0: v2ray.core.app.observatory.multiobservatory.Config
  99. (*taggedfeatures.Config)(nil), // 1: v2ray.core.common.taggedfeatures.Config
  100. }
  101. var file_app_observatory_multiobservatory_config_proto_depIdxs = []int32{
  102. 1, // 0: v2ray.core.app.observatory.multiobservatory.Config.holders:type_name -> v2ray.core.common.taggedfeatures.Config
  103. 1, // [1:1] is the sub-list for method output_type
  104. 1, // [1:1] is the sub-list for method input_type
  105. 1, // [1:1] is the sub-list for extension type_name
  106. 1, // [1:1] is the sub-list for extension extendee
  107. 0, // [0:1] is the sub-list for field type_name
  108. }
  109. func init() { file_app_observatory_multiobservatory_config_proto_init() }
  110. func file_app_observatory_multiobservatory_config_proto_init() {
  111. if File_app_observatory_multiobservatory_config_proto != nil {
  112. return
  113. }
  114. if !protoimpl.UnsafeEnabled {
  115. file_app_observatory_multiobservatory_config_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  116. switch v := v.(*Config); i {
  117. case 0:
  118. return &v.state
  119. case 1:
  120. return &v.sizeCache
  121. case 2:
  122. return &v.unknownFields
  123. default:
  124. return nil
  125. }
  126. }
  127. }
  128. type x struct{}
  129. out := protoimpl.TypeBuilder{
  130. File: protoimpl.DescBuilder{
  131. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  132. RawDescriptor: file_app_observatory_multiobservatory_config_proto_rawDesc,
  133. NumEnums: 0,
  134. NumMessages: 1,
  135. NumExtensions: 0,
  136. NumServices: 0,
  137. },
  138. GoTypes: file_app_observatory_multiobservatory_config_proto_goTypes,
  139. DependencyIndexes: file_app_observatory_multiobservatory_config_proto_depIdxs,
  140. MessageInfos: file_app_observatory_multiobservatory_config_proto_msgTypes,
  141. }.Build()
  142. File_app_observatory_multiobservatory_config_proto = out.File
  143. file_app_observatory_multiobservatory_config_proto_rawDesc = nil
  144. file_app_observatory_multiobservatory_config_proto_goTypes = nil
  145. file_app_observatory_multiobservatory_config_proto_depIdxs = nil
  146. }