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