github.com/v2fly/v2ray-core/v5@v5.16.2-0.20240507031116-8191faa6e095/app/instman/config.pb.go (about)

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