mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-26 13:14:14 +00:00
357 lines
12 KiB
Go
357 lines
12 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.6
|
|
// protoc v5.28.2
|
|
// source: transport/internet/reality/config.proto
|
|
|
|
package reality
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
unsafe "unsafe"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
type Config struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Show bool `protobuf:"varint,1,opt,name=show,proto3" json:"show,omitempty"`
|
|
Dest string `protobuf:"bytes,2,opt,name=dest,proto3" json:"dest,omitempty"`
|
|
Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
|
|
Xver uint64 `protobuf:"varint,4,opt,name=xver,proto3" json:"xver,omitempty"`
|
|
ServerNames []string `protobuf:"bytes,5,rep,name=server_names,json=serverNames,proto3" json:"server_names,omitempty"`
|
|
PrivateKey []byte `protobuf:"bytes,6,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
|
|
MinClientVer []byte `protobuf:"bytes,7,opt,name=min_client_ver,json=minClientVer,proto3" json:"min_client_ver,omitempty"`
|
|
MaxClientVer []byte `protobuf:"bytes,8,opt,name=max_client_ver,json=maxClientVer,proto3" json:"max_client_ver,omitempty"`
|
|
MaxTimeDiff uint64 `protobuf:"varint,9,opt,name=max_time_diff,json=maxTimeDiff,proto3" json:"max_time_diff,omitempty"`
|
|
ShortIds [][]byte `protobuf:"bytes,10,rep,name=short_ids,json=shortIds,proto3" json:"short_ids,omitempty"`
|
|
Fingerprint string `protobuf:"bytes,21,opt,name=Fingerprint,proto3" json:"Fingerprint,omitempty"`
|
|
ServerName string `protobuf:"bytes,22,opt,name=server_name,json=serverName,proto3" json:"server_name,omitempty"`
|
|
PublicKey []byte `protobuf:"bytes,23,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
|
|
ShortId []byte `protobuf:"bytes,24,opt,name=short_id,json=shortId,proto3" json:"short_id,omitempty"`
|
|
SpiderX string `protobuf:"bytes,25,opt,name=spider_x,json=spiderX,proto3" json:"spider_x,omitempty"`
|
|
SpiderY []int64 `protobuf:"varint,26,rep,packed,name=spider_y,json=spiderY,proto3" json:"spider_y,omitempty"`
|
|
MasterKeyLog string `protobuf:"bytes,27,opt,name=master_key_log,json=masterKeyLog,proto3" json:"master_key_log,omitempty"`
|
|
LimitFallbackUpload *LimitFallback `protobuf:"bytes,28,opt,name=limit_fallback_upload,json=limitFallbackUpload,proto3" json:"limit_fallback_upload,omitempty"`
|
|
LimitFallbackDownload *LimitFallback `protobuf:"bytes,29,opt,name=limit_fallback_download,json=limitFallbackDownload,proto3" json:"limit_fallback_download,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *Config) Reset() {
|
|
*x = Config{}
|
|
mi := &file_transport_internet_reality_config_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *Config) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Config) ProtoMessage() {}
|
|
|
|
func (x *Config) ProtoReflect() protoreflect.Message {
|
|
mi := &file_transport_internet_reality_config_proto_msgTypes[0]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use Config.ProtoReflect.Descriptor instead.
|
|
func (*Config) Descriptor() ([]byte, []int) {
|
|
return file_transport_internet_reality_config_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *Config) GetShow() bool {
|
|
if x != nil {
|
|
return x.Show
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (x *Config) GetDest() string {
|
|
if x != nil {
|
|
return x.Dest
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Config) GetType() string {
|
|
if x != nil {
|
|
return x.Type
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Config) GetXver() uint64 {
|
|
if x != nil {
|
|
return x.Xver
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Config) GetServerNames() []string {
|
|
if x != nil {
|
|
return x.ServerNames
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Config) GetPrivateKey() []byte {
|
|
if x != nil {
|
|
return x.PrivateKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Config) GetMinClientVer() []byte {
|
|
if x != nil {
|
|
return x.MinClientVer
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Config) GetMaxClientVer() []byte {
|
|
if x != nil {
|
|
return x.MaxClientVer
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Config) GetMaxTimeDiff() uint64 {
|
|
if x != nil {
|
|
return x.MaxTimeDiff
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Config) GetShortIds() [][]byte {
|
|
if x != nil {
|
|
return x.ShortIds
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Config) GetFingerprint() string {
|
|
if x != nil {
|
|
return x.Fingerprint
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Config) GetServerName() string {
|
|
if x != nil {
|
|
return x.ServerName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Config) GetPublicKey() []byte {
|
|
if x != nil {
|
|
return x.PublicKey
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Config) GetShortId() []byte {
|
|
if x != nil {
|
|
return x.ShortId
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Config) GetSpiderX() string {
|
|
if x != nil {
|
|
return x.SpiderX
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Config) GetSpiderY() []int64 {
|
|
if x != nil {
|
|
return x.SpiderY
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Config) GetMasterKeyLog() string {
|
|
if x != nil {
|
|
return x.MasterKeyLog
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Config) GetLimitFallbackUpload() *LimitFallback {
|
|
if x != nil {
|
|
return x.LimitFallbackUpload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *Config) GetLimitFallbackDownload() *LimitFallback {
|
|
if x != nil {
|
|
return x.LimitFallbackDownload
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type LimitFallback struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
AfterBytes uint64 `protobuf:"varint,1,opt,name=after_bytes,json=afterBytes,proto3" json:"after_bytes,omitempty"`
|
|
BytesPerSec uint64 `protobuf:"varint,2,opt,name=bytes_per_sec,json=bytesPerSec,proto3" json:"bytes_per_sec,omitempty"`
|
|
BurstBytesPerSec uint64 `protobuf:"varint,3,opt,name=burst_bytes_per_sec,json=burstBytesPerSec,proto3" json:"burst_bytes_per_sec,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *LimitFallback) Reset() {
|
|
*x = LimitFallback{}
|
|
mi := &file_transport_internet_reality_config_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *LimitFallback) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*LimitFallback) ProtoMessage() {}
|
|
|
|
func (x *LimitFallback) ProtoReflect() protoreflect.Message {
|
|
mi := &file_transport_internet_reality_config_proto_msgTypes[1]
|
|
if x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use LimitFallback.ProtoReflect.Descriptor instead.
|
|
func (*LimitFallback) Descriptor() ([]byte, []int) {
|
|
return file_transport_internet_reality_config_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *LimitFallback) GetAfterBytes() uint64 {
|
|
if x != nil {
|
|
return x.AfterBytes
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LimitFallback) GetBytesPerSec() uint64 {
|
|
if x != nil {
|
|
return x.BytesPerSec
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *LimitFallback) GetBurstBytesPerSec() uint64 {
|
|
if x != nil {
|
|
return x.BurstBytesPerSec
|
|
}
|
|
return 0
|
|
}
|
|
|
|
var File_transport_internet_reality_config_proto protoreflect.FileDescriptor
|
|
|
|
const file_transport_internet_reality_config_proto_rawDesc = "" +
|
|
"\n" +
|
|
"'transport/internet/reality/config.proto\x12\x1fxray.transport.internet.reality\"\xce\x05\n" +
|
|
"\x06Config\x12\x12\n" +
|
|
"\x04show\x18\x01 \x01(\bR\x04show\x12\x12\n" +
|
|
"\x04dest\x18\x02 \x01(\tR\x04dest\x12\x12\n" +
|
|
"\x04type\x18\x03 \x01(\tR\x04type\x12\x12\n" +
|
|
"\x04xver\x18\x04 \x01(\x04R\x04xver\x12!\n" +
|
|
"\fserver_names\x18\x05 \x03(\tR\vserverNames\x12\x1f\n" +
|
|
"\vprivate_key\x18\x06 \x01(\fR\n" +
|
|
"privateKey\x12$\n" +
|
|
"\x0emin_client_ver\x18\a \x01(\fR\fminClientVer\x12$\n" +
|
|
"\x0emax_client_ver\x18\b \x01(\fR\fmaxClientVer\x12\"\n" +
|
|
"\rmax_time_diff\x18\t \x01(\x04R\vmaxTimeDiff\x12\x1b\n" +
|
|
"\tshort_ids\x18\n" +
|
|
" \x03(\fR\bshortIds\x12 \n" +
|
|
"\vFingerprint\x18\x15 \x01(\tR\vFingerprint\x12\x1f\n" +
|
|
"\vserver_name\x18\x16 \x01(\tR\n" +
|
|
"serverName\x12\x1d\n" +
|
|
"\n" +
|
|
"public_key\x18\x17 \x01(\fR\tpublicKey\x12\x19\n" +
|
|
"\bshort_id\x18\x18 \x01(\fR\ashortId\x12\x19\n" +
|
|
"\bspider_x\x18\x19 \x01(\tR\aspiderX\x12\x19\n" +
|
|
"\bspider_y\x18\x1a \x03(\x03R\aspiderY\x12$\n" +
|
|
"\x0emaster_key_log\x18\x1b \x01(\tR\fmasterKeyLog\x12b\n" +
|
|
"\x15limit_fallback_upload\x18\x1c \x01(\v2..xray.transport.internet.reality.LimitFallbackR\x13limitFallbackUpload\x12f\n" +
|
|
"\x17limit_fallback_download\x18\x1d \x01(\v2..xray.transport.internet.reality.LimitFallbackR\x15limitFallbackDownload\"\x83\x01\n" +
|
|
"\rLimitFallback\x12\x1f\n" +
|
|
"\vafter_bytes\x18\x01 \x01(\x04R\n" +
|
|
"afterBytes\x12\"\n" +
|
|
"\rbytes_per_sec\x18\x02 \x01(\x04R\vbytesPerSec\x12-\n" +
|
|
"\x13burst_bytes_per_sec\x18\x03 \x01(\x04R\x10burstBytesPerSecB\x7f\n" +
|
|
"#com.xray.transport.internet.realityP\x01Z4github.com/xtls/xray-core/transport/internet/reality\xaa\x02\x1fXray.Transport.Internet.Realityb\x06proto3"
|
|
|
|
var (
|
|
file_transport_internet_reality_config_proto_rawDescOnce sync.Once
|
|
file_transport_internet_reality_config_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_transport_internet_reality_config_proto_rawDescGZIP() []byte {
|
|
file_transport_internet_reality_config_proto_rawDescOnce.Do(func() {
|
|
file_transport_internet_reality_config_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_transport_internet_reality_config_proto_rawDesc), len(file_transport_internet_reality_config_proto_rawDesc)))
|
|
})
|
|
return file_transport_internet_reality_config_proto_rawDescData
|
|
}
|
|
|
|
var file_transport_internet_reality_config_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
|
var file_transport_internet_reality_config_proto_goTypes = []any{
|
|
(*Config)(nil), // 0: xray.transport.internet.reality.Config
|
|
(*LimitFallback)(nil), // 1: xray.transport.internet.reality.LimitFallback
|
|
}
|
|
var file_transport_internet_reality_config_proto_depIdxs = []int32{
|
|
1, // 0: xray.transport.internet.reality.Config.limit_fallback_upload:type_name -> xray.transport.internet.reality.LimitFallback
|
|
1, // 1: xray.transport.internet.reality.Config.limit_fallback_download:type_name -> xray.transport.internet.reality.LimitFallback
|
|
2, // [2:2] is the sub-list for method output_type
|
|
2, // [2:2] is the sub-list for method input_type
|
|
2, // [2:2] is the sub-list for extension type_name
|
|
2, // [2:2] is the sub-list for extension extendee
|
|
0, // [0:2] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_transport_internet_reality_config_proto_init() }
|
|
func file_transport_internet_reality_config_proto_init() {
|
|
if File_transport_internet_reality_config_proto != nil {
|
|
return
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_transport_internet_reality_config_proto_rawDesc), len(file_transport_internet_reality_config_proto_rawDesc)),
|
|
NumEnums: 0,
|
|
NumMessages: 2,
|
|
NumExtensions: 0,
|
|
NumServices: 0,
|
|
},
|
|
GoTypes: file_transport_internet_reality_config_proto_goTypes,
|
|
DependencyIndexes: file_transport_internet_reality_config_proto_depIdxs,
|
|
MessageInfos: file_transport_internet_reality_config_proto_msgTypes,
|
|
}.Build()
|
|
File_transport_internet_reality_config_proto = out.File
|
|
file_transport_internet_reality_config_proto_goTypes = nil
|
|
file_transport_internet_reality_config_proto_depIdxs = nil
|
|
}
|