mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-05-02 18:49:08 -04:00
update proto lib
This commit is contained in:
@@ -25,7 +25,7 @@ func (m *SessionConfig) Reset() { *m = SessionConfig{} }
|
||||
func (m *SessionConfig) String() string { return proto.CompactTextString(m) }
|
||||
func (*SessionConfig) ProtoMessage() {}
|
||||
func (*SessionConfig) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_config_0cc6435896f4bd54, []int{0}
|
||||
return fileDescriptor_90b7c41cce355532, []int{0}
|
||||
}
|
||||
func (m *SessionConfig) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_SessionConfig.Unmarshal(m, b)
|
||||
@@ -33,8 +33,8 @@ func (m *SessionConfig) XXX_Unmarshal(b []byte) error {
|
||||
func (m *SessionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_SessionConfig.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *SessionConfig) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_SessionConfig.Merge(dst, src)
|
||||
func (m *SessionConfig) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_SessionConfig.Merge(m, src)
|
||||
}
|
||||
func (m *SessionConfig) XXX_Size() int {
|
||||
return xxx_messageInfo_SessionConfig.Size(m)
|
||||
@@ -56,7 +56,7 @@ func (m *Config) Reset() { *m = Config{} }
|
||||
func (m *Config) String() string { return proto.CompactTextString(m) }
|
||||
func (*Config) ProtoMessage() {}
|
||||
func (*Config) Descriptor() ([]byte, []int) {
|
||||
return fileDescriptor_config_0cc6435896f4bd54, []int{1}
|
||||
return fileDescriptor_90b7c41cce355532, []int{1}
|
||||
}
|
||||
func (m *Config) XXX_Unmarshal(b []byte) error {
|
||||
return xxx_messageInfo_Config.Unmarshal(m, b)
|
||||
@@ -64,8 +64,8 @@ func (m *Config) XXX_Unmarshal(b []byte) error {
|
||||
func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
||||
return xxx_messageInfo_Config.Marshal(b, m, deterministic)
|
||||
}
|
||||
func (dst *Config) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Config.Merge(dst, src)
|
||||
func (m *Config) XXX_Merge(src proto.Message) {
|
||||
xxx_messageInfo_Config.Merge(m, src)
|
||||
}
|
||||
func (m *Config) XXX_Size() int {
|
||||
return xxx_messageInfo_Config.Size(m)
|
||||
@@ -89,10 +89,10 @@ func init() {
|
||||
}
|
||||
|
||||
func init() {
|
||||
proto.RegisterFile("v2ray.com/core/app/dispatcher/config.proto", fileDescriptor_config_0cc6435896f4bd54)
|
||||
proto.RegisterFile("v2ray.com/core/app/dispatcher/config.proto", fileDescriptor_90b7c41cce355532)
|
||||
}
|
||||
|
||||
var fileDescriptor_config_0cc6435896f4bd54 = []byte{
|
||||
var fileDescriptor_90b7c41cce355532 = []byte{
|
||||
// 176 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x2a, 0x33, 0x2a, 0x4a,
|
||||
0xac, 0xd4, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xce, 0x2f, 0x4a, 0xd5, 0x4f, 0x2c, 0x28, 0xd0, 0x4f,
|
||||
|
||||
Reference in New Issue
Block a user