github.com/imannamdari/v2ray-core/v5@v5.0.5/app/observatory/multiobservatory/config.pb.go (about)

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