|  | @@ -0,0 +1,113 @@
 | 
	
		
			
				|  |  | +// Code generated by protoc-gen-go.
 | 
	
		
			
				|  |  | +// source: v2ray.com/core/proxy/vmess/inbound/config.proto
 | 
	
		
			
				|  |  | +// DO NOT EDIT!
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +/*
 | 
	
		
			
				|  |  | +Package inbound is a generated protocol buffer package.
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +It is generated from these files:
 | 
	
		
			
				|  |  | +	v2ray.com/core/proxy/vmess/inbound/config.proto
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +It has these top-level messages:
 | 
	
		
			
				|  |  | +	DetourConfig
 | 
	
		
			
				|  |  | +	DefaultConfig
 | 
	
		
			
				|  |  | +	Config
 | 
	
		
			
				|  |  | +*/
 | 
	
		
			
				|  |  | +package inbound
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +import proto "github.com/golang/protobuf/proto"
 | 
	
		
			
				|  |  | +import fmt "fmt"
 | 
	
		
			
				|  |  | +import math "math"
 | 
	
		
			
				|  |  | +import com_v2ray_core_common_protocol "v2ray.com/core/common/protocol"
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +// Reference imports to suppress errors if they are not otherwise used.
 | 
	
		
			
				|  |  | +var _ = proto.Marshal
 | 
	
		
			
				|  |  | +var _ = fmt.Errorf
 | 
	
		
			
				|  |  | +var _ = math.Inf
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +// This is a compile-time assertion to ensure that this generated file
 | 
	
		
			
				|  |  | +// is compatible with the proto package it is being compiled against.
 | 
	
		
			
				|  |  | +// A compilation error at this line likely means your copy of the
 | 
	
		
			
				|  |  | +// proto package needs to be updated.
 | 
	
		
			
				|  |  | +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +type DetourConfig struct {
 | 
	
		
			
				|  |  | +	To string `protobuf:"bytes,1,opt,name=to" json:"to,omitempty"`
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *DetourConfig) Reset()                    { *m = DetourConfig{} }
 | 
	
		
			
				|  |  | +func (m *DetourConfig) String() string            { return proto.CompactTextString(m) }
 | 
	
		
			
				|  |  | +func (*DetourConfig) ProtoMessage()               {}
 | 
	
		
			
				|  |  | +func (*DetourConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +type DefaultConfig struct {
 | 
	
		
			
				|  |  | +	AlterId uint32 `protobuf:"varint,1,opt,name=alter_id,json=alterId" json:"alter_id,omitempty"`
 | 
	
		
			
				|  |  | +	Level   uint32 `protobuf:"varint,2,opt,name=level" json:"level,omitempty"`
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *DefaultConfig) Reset()                    { *m = DefaultConfig{} }
 | 
	
		
			
				|  |  | +func (m *DefaultConfig) String() string            { return proto.CompactTextString(m) }
 | 
	
		
			
				|  |  | +func (*DefaultConfig) ProtoMessage()               {}
 | 
	
		
			
				|  |  | +func (*DefaultConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +type Config struct {
 | 
	
		
			
				|  |  | +	User    []*com_v2ray_core_common_protocol.User `protobuf:"bytes,1,rep,name=user" json:"user,omitempty"`
 | 
	
		
			
				|  |  | +	Default *DefaultConfig                         `protobuf:"bytes,2,opt,name=default" json:"default,omitempty"`
 | 
	
		
			
				|  |  | +	Detour  *DetourConfig                          `protobuf:"bytes,3,opt,name=detour" json:"detour,omitempty"`
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *Config) Reset()                    { *m = Config{} }
 | 
	
		
			
				|  |  | +func (m *Config) String() string            { return proto.CompactTextString(m) }
 | 
	
		
			
				|  |  | +func (*Config) ProtoMessage()               {}
 | 
	
		
			
				|  |  | +func (*Config) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *Config) GetUser() []*com_v2ray_core_common_protocol.User {
 | 
	
		
			
				|  |  | +	if m != nil {
 | 
	
		
			
				|  |  | +		return m.User
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return nil
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *Config) GetDefault() *DefaultConfig {
 | 
	
		
			
				|  |  | +	if m != nil {
 | 
	
		
			
				|  |  | +		return m.Default
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return nil
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (m *Config) GetDetour() *DetourConfig {
 | 
	
		
			
				|  |  | +	if m != nil {
 | 
	
		
			
				|  |  | +		return m.Detour
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return nil
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func init() {
 | 
	
		
			
				|  |  | +	proto.RegisterType((*DetourConfig)(nil), "com.v2ray.core.proxy.vmess.inbound.DetourConfig")
 | 
	
		
			
				|  |  | +	proto.RegisterType((*DefaultConfig)(nil), "com.v2ray.core.proxy.vmess.inbound.DefaultConfig")
 | 
	
		
			
				|  |  | +	proto.RegisterType((*Config)(nil), "com.v2ray.core.proxy.vmess.inbound.Config")
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func init() { proto.RegisterFile("v2ray.com/core/proxy/vmess/inbound/config.proto", fileDescriptor0) }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +var fileDescriptor0 = []byte{
 | 
	
		
			
				|  |  | +	// 274 bytes of a gzipped FileDescriptorProto
 | 
	
		
			
				|  |  | +	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x8c, 0x90, 0x31, 0x4f, 0xf3, 0x40,
 | 
	
		
			
				|  |  | +	0x0c, 0x86, 0x95, 0xf4, 0xfb, 0x12, 0xea, 0x52, 0x86, 0x88, 0x21, 0x30, 0xa0, 0x2a, 0x62, 0x28,
 | 
	
		
			
				|  |  | +	0x8b, 0x0f, 0xc2, 0xc2, 0x88, 0xa0, 0x03, 0x88, 0x2d, 0x12, 0x0b, 0x0b, 0x4a, 0x2f, 0x2e, 0x8a,
 | 
	
		
			
				|  |  | +	0x94, 0xc4, 0xd5, 0xe5, 0x12, 0xd1, 0x9f, 0xca, 0xbf, 0x41, 0x38, 0x17, 0x21, 0xba, 0xc0, 0xe8,
 | 
	
		
			
				|  |  | +	0x3b, 0x3f, 0x8f, 0x5f, 0x1b, 0x54, 0x9f, 0x9a, 0x7c, 0x87, 0x9a, 0x6b, 0xa5, 0xd9, 0x90, 0xda,
 | 
	
		
			
				|  |  | +	0x1a, 0x7e, 0xdf, 0xa9, 0xbe, 0xa6, 0xb6, 0x55, 0x65, 0xb3, 0xe6, 0xae, 0x29, 0x94, 0xe6, 0x66,
 | 
	
		
			
				|  |  | +	0x53, 0xbe, 0xe1, 0xd6, 0xb0, 0xe5, 0x28, 0xd1, 0x5c, 0xe3, 0x08, 0x19, 0x42, 0x01, 0x50, 0x00,
 | 
	
		
			
				|  |  | +	0x74, 0xc0, 0xe9, 0xc5, 0x9e, 0x54, 0x73, 0x5d, 0x73, 0xa3, 0x44, 0xa0, 0xb9, 0x52, 0x5d, 0x4b,
 | 
	
		
			
				|  |  | +	0x66, 0xd0, 0x25, 0x67, 0x70, 0xb8, 0x22, 0xcb, 0x9d, 0xb9, 0x97, 0x21, 0xd1, 0x11, 0xf8, 0x96,
 | 
	
		
			
				|  |  | +	0x63, 0x6f, 0xe1, 0x2d, 0xa7, 0x99, 0x6f, 0x39, 0xb9, 0x85, 0xf9, 0x8a, 0x36, 0x79, 0x57, 0x59,
 | 
	
		
			
				|  |  | +	0xd7, 0x70, 0x02, 0x07, 0x79, 0x65, 0xc9, 0xbc, 0x96, 0x85, 0xb4, 0xcd, 0xb3, 0x50, 0xea, 0xc7,
 | 
	
		
			
				|  |  | +	0x22, 0x3a, 0x86, 0xff, 0x15, 0xf5, 0x54, 0xc5, 0xbe, 0xbc, 0x0f, 0x45, 0xf2, 0xe1, 0x41, 0xe0,
 | 
	
		
			
				|  |  | +	0xd8, 0x1b, 0xf8, 0xf7, 0x35, 0x3a, 0xf6, 0x16, 0x93, 0xe5, 0x2c, 0x3d, 0xc7, 0xbd, 0x55, 0x86,
 | 
	
		
			
				|  |  | +	0x98, 0x38, 0xc6, 0xc4, 0xe7, 0x96, 0x4c, 0x26, 0x44, 0xf4, 0x04, 0x61, 0x31, 0xc4, 0x10, 0xf9,
 | 
	
		
			
				|  |  | +	0x2c, 0xbd, 0xc2, 0xdf, 0xef, 0x80, 0x3f, 0x92, 0x67, 0xa3, 0x21, 0x7a, 0x80, 0xa0, 0x90, 0x9d,
 | 
	
		
			
				|  |  | +	0xe3, 0x89, 0xb8, 0x2e, 0xff, 0xe6, 0xfa, 0xbe, 0x52, 0xe6, 0xf8, 0xbb, 0xe9, 0x4b, 0xe8, 0xfe,
 | 
	
		
			
				|  |  | +	0xd7, 0x81, 0xc4, 0xbe, 0xfe, 0x0c, 0x00, 0x00, 0xff, 0xff, 0xc5, 0x81, 0xbc, 0xcb, 0xd1, 0x01,
 | 
	
		
			
				|  |  | +	0x00, 0x00,
 | 
	
		
			
				|  |  | +}
 |