| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.36.11
- // protoc v6.33.5
- // source: transport/internet/splithttp/config.proto
- package splithttp
- import (
- internet "github.com/xtls/xray-core/transport/internet"
- 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 RangeConfig struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- From int32 `protobuf:"varint,1,opt,name=from,proto3" json:"from,omitempty"`
- To int32 `protobuf:"varint,2,opt,name=to,proto3" json:"to,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *RangeConfig) Reset() {
- *x = RangeConfig{}
- mi := &file_transport_internet_splithttp_config_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *RangeConfig) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*RangeConfig) ProtoMessage() {}
- func (x *RangeConfig) ProtoReflect() protoreflect.Message {
- mi := &file_transport_internet_splithttp_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 RangeConfig.ProtoReflect.Descriptor instead.
- func (*RangeConfig) Descriptor() ([]byte, []int) {
- return file_transport_internet_splithttp_config_proto_rawDescGZIP(), []int{0}
- }
- func (x *RangeConfig) GetFrom() int32 {
- if x != nil {
- return x.From
- }
- return 0
- }
- func (x *RangeConfig) GetTo() int32 {
- if x != nil {
- return x.To
- }
- return 0
- }
- type XmuxConfig struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- MaxConcurrency *RangeConfig `protobuf:"bytes,1,opt,name=maxConcurrency,proto3" json:"maxConcurrency,omitempty"`
- MaxConnections *RangeConfig `protobuf:"bytes,2,opt,name=maxConnections,proto3" json:"maxConnections,omitempty"`
- CMaxReuseTimes *RangeConfig `protobuf:"bytes,3,opt,name=cMaxReuseTimes,proto3" json:"cMaxReuseTimes,omitempty"`
- HMaxRequestTimes *RangeConfig `protobuf:"bytes,4,opt,name=hMaxRequestTimes,proto3" json:"hMaxRequestTimes,omitempty"`
- HMaxReusableSecs *RangeConfig `protobuf:"bytes,5,opt,name=hMaxReusableSecs,proto3" json:"hMaxReusableSecs,omitempty"`
- HKeepAlivePeriod int64 `protobuf:"varint,6,opt,name=hKeepAlivePeriod,proto3" json:"hKeepAlivePeriod,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *XmuxConfig) Reset() {
- *x = XmuxConfig{}
- mi := &file_transport_internet_splithttp_config_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *XmuxConfig) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*XmuxConfig) ProtoMessage() {}
- func (x *XmuxConfig) ProtoReflect() protoreflect.Message {
- mi := &file_transport_internet_splithttp_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 XmuxConfig.ProtoReflect.Descriptor instead.
- func (*XmuxConfig) Descriptor() ([]byte, []int) {
- return file_transport_internet_splithttp_config_proto_rawDescGZIP(), []int{1}
- }
- func (x *XmuxConfig) GetMaxConcurrency() *RangeConfig {
- if x != nil {
- return x.MaxConcurrency
- }
- return nil
- }
- func (x *XmuxConfig) GetMaxConnections() *RangeConfig {
- if x != nil {
- return x.MaxConnections
- }
- return nil
- }
- func (x *XmuxConfig) GetCMaxReuseTimes() *RangeConfig {
- if x != nil {
- return x.CMaxReuseTimes
- }
- return nil
- }
- func (x *XmuxConfig) GetHMaxRequestTimes() *RangeConfig {
- if x != nil {
- return x.HMaxRequestTimes
- }
- return nil
- }
- func (x *XmuxConfig) GetHMaxReusableSecs() *RangeConfig {
- if x != nil {
- return x.HMaxReusableSecs
- }
- return nil
- }
- func (x *XmuxConfig) GetHKeepAlivePeriod() int64 {
- if x != nil {
- return x.HKeepAlivePeriod
- }
- return 0
- }
- type Config struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
- Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
- Mode string `protobuf:"bytes,3,opt,name=mode,proto3" json:"mode,omitempty"`
- Headers map[string]string `protobuf:"bytes,4,rep,name=headers,proto3" json:"headers,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
- XPaddingBytes *RangeConfig `protobuf:"bytes,5,opt,name=xPaddingBytes,proto3" json:"xPaddingBytes,omitempty"`
- NoGRPCHeader bool `protobuf:"varint,6,opt,name=noGRPCHeader,proto3" json:"noGRPCHeader,omitempty"`
- NoSSEHeader bool `protobuf:"varint,7,opt,name=noSSEHeader,proto3" json:"noSSEHeader,omitempty"`
- ScMaxEachPostBytes *RangeConfig `protobuf:"bytes,8,opt,name=scMaxEachPostBytes,proto3" json:"scMaxEachPostBytes,omitempty"`
- ScMinPostsIntervalMs *RangeConfig `protobuf:"bytes,9,opt,name=scMinPostsIntervalMs,proto3" json:"scMinPostsIntervalMs,omitempty"`
- ScMaxBufferedPosts int64 `protobuf:"varint,10,opt,name=scMaxBufferedPosts,proto3" json:"scMaxBufferedPosts,omitempty"`
- ScStreamUpServerSecs *RangeConfig `protobuf:"bytes,11,opt,name=scStreamUpServerSecs,proto3" json:"scStreamUpServerSecs,omitempty"`
- Xmux *XmuxConfig `protobuf:"bytes,12,opt,name=xmux,proto3" json:"xmux,omitempty"`
- DownloadSettings *internet.StreamConfig `protobuf:"bytes,13,opt,name=downloadSettings,proto3" json:"downloadSettings,omitempty"`
- XPaddingObfsMode bool `protobuf:"varint,14,opt,name=xPaddingObfsMode,proto3" json:"xPaddingObfsMode,omitempty"`
- XPaddingKey string `protobuf:"bytes,15,opt,name=xPaddingKey,proto3" json:"xPaddingKey,omitempty"`
- XPaddingHeader string `protobuf:"bytes,16,opt,name=xPaddingHeader,proto3" json:"xPaddingHeader,omitempty"`
- XPaddingPlacement string `protobuf:"bytes,17,opt,name=xPaddingPlacement,proto3" json:"xPaddingPlacement,omitempty"`
- XPaddingMethod string `protobuf:"bytes,18,opt,name=xPaddingMethod,proto3" json:"xPaddingMethod,omitempty"`
- UplinkHTTPMethod string `protobuf:"bytes,19,opt,name=uplinkHTTPMethod,proto3" json:"uplinkHTTPMethod,omitempty"`
- SessionPlacement string `protobuf:"bytes,20,opt,name=sessionPlacement,proto3" json:"sessionPlacement,omitempty"`
- SessionKey string `protobuf:"bytes,21,opt,name=sessionKey,proto3" json:"sessionKey,omitempty"`
- SeqPlacement string `protobuf:"bytes,22,opt,name=seqPlacement,proto3" json:"seqPlacement,omitempty"`
- SeqKey string `protobuf:"bytes,23,opt,name=seqKey,proto3" json:"seqKey,omitempty"`
- UplinkDataPlacement string `protobuf:"bytes,24,opt,name=uplinkDataPlacement,proto3" json:"uplinkDataPlacement,omitempty"`
- UplinkDataKey string `protobuf:"bytes,25,opt,name=uplinkDataKey,proto3" json:"uplinkDataKey,omitempty"`
- UplinkChunkSize uint32 `protobuf:"varint,26,opt,name=uplinkChunkSize,proto3" json:"uplinkChunkSize,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *Config) Reset() {
- *x = Config{}
- mi := &file_transport_internet_splithttp_config_proto_msgTypes[2]
- 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_splithttp_config_proto_msgTypes[2]
- 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_splithttp_config_proto_rawDescGZIP(), []int{2}
- }
- func (x *Config) GetHost() string {
- if x != nil {
- return x.Host
- }
- return ""
- }
- func (x *Config) GetPath() string {
- if x != nil {
- return x.Path
- }
- return ""
- }
- func (x *Config) GetMode() string {
- if x != nil {
- return x.Mode
- }
- return ""
- }
- func (x *Config) GetHeaders() map[string]string {
- if x != nil {
- return x.Headers
- }
- return nil
- }
- func (x *Config) GetXPaddingBytes() *RangeConfig {
- if x != nil {
- return x.XPaddingBytes
- }
- return nil
- }
- func (x *Config) GetNoGRPCHeader() bool {
- if x != nil {
- return x.NoGRPCHeader
- }
- return false
- }
- func (x *Config) GetNoSSEHeader() bool {
- if x != nil {
- return x.NoSSEHeader
- }
- return false
- }
- func (x *Config) GetScMaxEachPostBytes() *RangeConfig {
- if x != nil {
- return x.ScMaxEachPostBytes
- }
- return nil
- }
- func (x *Config) GetScMinPostsIntervalMs() *RangeConfig {
- if x != nil {
- return x.ScMinPostsIntervalMs
- }
- return nil
- }
- func (x *Config) GetScMaxBufferedPosts() int64 {
- if x != nil {
- return x.ScMaxBufferedPosts
- }
- return 0
- }
- func (x *Config) GetScStreamUpServerSecs() *RangeConfig {
- if x != nil {
- return x.ScStreamUpServerSecs
- }
- return nil
- }
- func (x *Config) GetXmux() *XmuxConfig {
- if x != nil {
- return x.Xmux
- }
- return nil
- }
- func (x *Config) GetDownloadSettings() *internet.StreamConfig {
- if x != nil {
- return x.DownloadSettings
- }
- return nil
- }
- func (x *Config) GetXPaddingObfsMode() bool {
- if x != nil {
- return x.XPaddingObfsMode
- }
- return false
- }
- func (x *Config) GetXPaddingKey() string {
- if x != nil {
- return x.XPaddingKey
- }
- return ""
- }
- func (x *Config) GetXPaddingHeader() string {
- if x != nil {
- return x.XPaddingHeader
- }
- return ""
- }
- func (x *Config) GetXPaddingPlacement() string {
- if x != nil {
- return x.XPaddingPlacement
- }
- return ""
- }
- func (x *Config) GetXPaddingMethod() string {
- if x != nil {
- return x.XPaddingMethod
- }
- return ""
- }
- func (x *Config) GetUplinkHTTPMethod() string {
- if x != nil {
- return x.UplinkHTTPMethod
- }
- return ""
- }
- func (x *Config) GetSessionPlacement() string {
- if x != nil {
- return x.SessionPlacement
- }
- return ""
- }
- func (x *Config) GetSessionKey() string {
- if x != nil {
- return x.SessionKey
- }
- return ""
- }
- func (x *Config) GetSeqPlacement() string {
- if x != nil {
- return x.SeqPlacement
- }
- return ""
- }
- func (x *Config) GetSeqKey() string {
- if x != nil {
- return x.SeqKey
- }
- return ""
- }
- func (x *Config) GetUplinkDataPlacement() string {
- if x != nil {
- return x.UplinkDataPlacement
- }
- return ""
- }
- func (x *Config) GetUplinkDataKey() string {
- if x != nil {
- return x.UplinkDataKey
- }
- return ""
- }
- func (x *Config) GetUplinkChunkSize() uint32 {
- if x != nil {
- return x.UplinkChunkSize
- }
- return 0
- }
- var File_transport_internet_splithttp_config_proto protoreflect.FileDescriptor
- const file_transport_internet_splithttp_config_proto_rawDesc = "" +
- "\n" +
- ")transport/internet/splithttp/config.proto\x12!xray.transport.internet.splithttp\x1a\x1ftransport/internet/config.proto\"1\n" +
- "\vRangeConfig\x12\x12\n" +
- "\x04from\x18\x01 \x01(\x05R\x04from\x12\x0e\n" +
- "\x02to\x18\x02 \x01(\x05R\x02to\"\xf8\x03\n" +
- "\n" +
- "XmuxConfig\x12V\n" +
- "\x0emaxConcurrency\x18\x01 \x01(\v2..xray.transport.internet.splithttp.RangeConfigR\x0emaxConcurrency\x12V\n" +
- "\x0emaxConnections\x18\x02 \x01(\v2..xray.transport.internet.splithttp.RangeConfigR\x0emaxConnections\x12V\n" +
- "\x0ecMaxReuseTimes\x18\x03 \x01(\v2..xray.transport.internet.splithttp.RangeConfigR\x0ecMaxReuseTimes\x12Z\n" +
- "\x10hMaxRequestTimes\x18\x04 \x01(\v2..xray.transport.internet.splithttp.RangeConfigR\x10hMaxRequestTimes\x12Z\n" +
- "\x10hMaxReusableSecs\x18\x05 \x01(\v2..xray.transport.internet.splithttp.RangeConfigR\x10hMaxReusableSecs\x12*\n" +
- "\x10hKeepAlivePeriod\x18\x06 \x01(\x03R\x10hKeepAlivePeriod\"\xde\n" +
- "\n" +
- "\x06Config\x12\x12\n" +
- "\x04host\x18\x01 \x01(\tR\x04host\x12\x12\n" +
- "\x04path\x18\x02 \x01(\tR\x04path\x12\x12\n" +
- "\x04mode\x18\x03 \x01(\tR\x04mode\x12P\n" +
- "\aheaders\x18\x04 \x03(\v26.xray.transport.internet.splithttp.Config.HeadersEntryR\aheaders\x12T\n" +
- "\rxPaddingBytes\x18\x05 \x01(\v2..xray.transport.internet.splithttp.RangeConfigR\rxPaddingBytes\x12\"\n" +
- "\fnoGRPCHeader\x18\x06 \x01(\bR\fnoGRPCHeader\x12 \n" +
- "\vnoSSEHeader\x18\a \x01(\bR\vnoSSEHeader\x12^\n" +
- "\x12scMaxEachPostBytes\x18\b \x01(\v2..xray.transport.internet.splithttp.RangeConfigR\x12scMaxEachPostBytes\x12b\n" +
- "\x14scMinPostsIntervalMs\x18\t \x01(\v2..xray.transport.internet.splithttp.RangeConfigR\x14scMinPostsIntervalMs\x12.\n" +
- "\x12scMaxBufferedPosts\x18\n" +
- " \x01(\x03R\x12scMaxBufferedPosts\x12b\n" +
- "\x14scStreamUpServerSecs\x18\v \x01(\v2..xray.transport.internet.splithttp.RangeConfigR\x14scStreamUpServerSecs\x12A\n" +
- "\x04xmux\x18\f \x01(\v2-.xray.transport.internet.splithttp.XmuxConfigR\x04xmux\x12Q\n" +
- "\x10downloadSettings\x18\r \x01(\v2%.xray.transport.internet.StreamConfigR\x10downloadSettings\x12*\n" +
- "\x10xPaddingObfsMode\x18\x0e \x01(\bR\x10xPaddingObfsMode\x12 \n" +
- "\vxPaddingKey\x18\x0f \x01(\tR\vxPaddingKey\x12&\n" +
- "\x0exPaddingHeader\x18\x10 \x01(\tR\x0exPaddingHeader\x12,\n" +
- "\x11xPaddingPlacement\x18\x11 \x01(\tR\x11xPaddingPlacement\x12&\n" +
- "\x0exPaddingMethod\x18\x12 \x01(\tR\x0exPaddingMethod\x12*\n" +
- "\x10uplinkHTTPMethod\x18\x13 \x01(\tR\x10uplinkHTTPMethod\x12*\n" +
- "\x10sessionPlacement\x18\x14 \x01(\tR\x10sessionPlacement\x12\x1e\n" +
- "\n" +
- "sessionKey\x18\x15 \x01(\tR\n" +
- "sessionKey\x12\"\n" +
- "\fseqPlacement\x18\x16 \x01(\tR\fseqPlacement\x12\x16\n" +
- "\x06seqKey\x18\x17 \x01(\tR\x06seqKey\x120\n" +
- "\x13uplinkDataPlacement\x18\x18 \x01(\tR\x13uplinkDataPlacement\x12$\n" +
- "\ruplinkDataKey\x18\x19 \x01(\tR\ruplinkDataKey\x12(\n" +
- "\x0fuplinkChunkSize\x18\x1a \x01(\rR\x0fuplinkChunkSize\x1a:\n" +
- "\fHeadersEntry\x12\x10\n" +
- "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
- "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01B\x85\x01\n" +
- "%com.xray.transport.internet.splithttpP\x01Z6github.com/xtls/xray-core/transport/internet/splithttp\xaa\x02!Xray.Transport.Internet.SplitHttpb\x06proto3"
- var (
- file_transport_internet_splithttp_config_proto_rawDescOnce sync.Once
- file_transport_internet_splithttp_config_proto_rawDescData []byte
- )
- func file_transport_internet_splithttp_config_proto_rawDescGZIP() []byte {
- file_transport_internet_splithttp_config_proto_rawDescOnce.Do(func() {
- file_transport_internet_splithttp_config_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_transport_internet_splithttp_config_proto_rawDesc), len(file_transport_internet_splithttp_config_proto_rawDesc)))
- })
- return file_transport_internet_splithttp_config_proto_rawDescData
- }
- var file_transport_internet_splithttp_config_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
- var file_transport_internet_splithttp_config_proto_goTypes = []any{
- (*RangeConfig)(nil), // 0: xray.transport.internet.splithttp.RangeConfig
- (*XmuxConfig)(nil), // 1: xray.transport.internet.splithttp.XmuxConfig
- (*Config)(nil), // 2: xray.transport.internet.splithttp.Config
- nil, // 3: xray.transport.internet.splithttp.Config.HeadersEntry
- (*internet.StreamConfig)(nil), // 4: xray.transport.internet.StreamConfig
- }
- var file_transport_internet_splithttp_config_proto_depIdxs = []int32{
- 0, // 0: xray.transport.internet.splithttp.XmuxConfig.maxConcurrency:type_name -> xray.transport.internet.splithttp.RangeConfig
- 0, // 1: xray.transport.internet.splithttp.XmuxConfig.maxConnections:type_name -> xray.transport.internet.splithttp.RangeConfig
- 0, // 2: xray.transport.internet.splithttp.XmuxConfig.cMaxReuseTimes:type_name -> xray.transport.internet.splithttp.RangeConfig
- 0, // 3: xray.transport.internet.splithttp.XmuxConfig.hMaxRequestTimes:type_name -> xray.transport.internet.splithttp.RangeConfig
- 0, // 4: xray.transport.internet.splithttp.XmuxConfig.hMaxReusableSecs:type_name -> xray.transport.internet.splithttp.RangeConfig
- 3, // 5: xray.transport.internet.splithttp.Config.headers:type_name -> xray.transport.internet.splithttp.Config.HeadersEntry
- 0, // 6: xray.transport.internet.splithttp.Config.xPaddingBytes:type_name -> xray.transport.internet.splithttp.RangeConfig
- 0, // 7: xray.transport.internet.splithttp.Config.scMaxEachPostBytes:type_name -> xray.transport.internet.splithttp.RangeConfig
- 0, // 8: xray.transport.internet.splithttp.Config.scMinPostsIntervalMs:type_name -> xray.transport.internet.splithttp.RangeConfig
- 0, // 9: xray.transport.internet.splithttp.Config.scStreamUpServerSecs:type_name -> xray.transport.internet.splithttp.RangeConfig
- 1, // 10: xray.transport.internet.splithttp.Config.xmux:type_name -> xray.transport.internet.splithttp.XmuxConfig
- 4, // 11: xray.transport.internet.splithttp.Config.downloadSettings:type_name -> xray.transport.internet.StreamConfig
- 12, // [12:12] is the sub-list for method output_type
- 12, // [12:12] is the sub-list for method input_type
- 12, // [12:12] is the sub-list for extension type_name
- 12, // [12:12] is the sub-list for extension extendee
- 0, // [0:12] is the sub-list for field type_name
- }
- func init() { file_transport_internet_splithttp_config_proto_init() }
- func file_transport_internet_splithttp_config_proto_init() {
- if File_transport_internet_splithttp_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_splithttp_config_proto_rawDesc), len(file_transport_internet_splithttp_config_proto_rawDesc)),
- NumEnums: 0,
- NumMessages: 4,
- NumExtensions: 0,
- NumServices: 0,
- },
- GoTypes: file_transport_internet_splithttp_config_proto_goTypes,
- DependencyIndexes: file_transport_internet_splithttp_config_proto_depIdxs,
- MessageInfos: file_transport_internet_splithttp_config_proto_msgTypes,
- }.Build()
- File_transport_internet_splithttp_config_proto = out.File
- file_transport_internet_splithttp_config_proto_goTypes = nil
- file_transport_internet_splithttp_config_proto_depIdxs = nil
- }
|