config.pb.go 7.4 KB

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