| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.36.11
- // protoc v6.33.5
- // source: app/router/command/command.proto
- package command
- import (
- net "github.com/xtls/xray-core/common/net"
- serial "github.com/xtls/xray-core/common/serial"
- 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)
- )
- // RoutingContext is the context with information relative to routing process.
- // It conforms to the structure of xray.features.routing.Context and
- // xray.features.routing.Route.
- type RoutingContext struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- InboundTag string `protobuf:"bytes,1,opt,name=InboundTag,proto3" json:"InboundTag,omitempty"`
- Network net.Network `protobuf:"varint,2,opt,name=Network,proto3,enum=xray.common.net.Network" json:"Network,omitempty"`
- SourceIPs [][]byte `protobuf:"bytes,3,rep,name=SourceIPs,proto3" json:"SourceIPs,omitempty"`
- TargetIPs [][]byte `protobuf:"bytes,4,rep,name=TargetIPs,proto3" json:"TargetIPs,omitempty"`
- SourcePort uint32 `protobuf:"varint,5,opt,name=SourcePort,proto3" json:"SourcePort,omitempty"`
- TargetPort uint32 `protobuf:"varint,6,opt,name=TargetPort,proto3" json:"TargetPort,omitempty"`
- TargetDomain string `protobuf:"bytes,7,opt,name=TargetDomain,proto3" json:"TargetDomain,omitempty"`
- Protocol string `protobuf:"bytes,8,opt,name=Protocol,proto3" json:"Protocol,omitempty"`
- User string `protobuf:"bytes,9,opt,name=User,proto3" json:"User,omitempty"`
- Attributes map[string]string `protobuf:"bytes,10,rep,name=Attributes,proto3" json:"Attributes,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
- OutboundGroupTags []string `protobuf:"bytes,11,rep,name=OutboundGroupTags,proto3" json:"OutboundGroupTags,omitempty"`
- OutboundTag string `protobuf:"bytes,12,opt,name=OutboundTag,proto3" json:"OutboundTag,omitempty"`
- LocalIPs [][]byte `protobuf:"bytes,13,rep,name=LocalIPs,proto3" json:"LocalIPs,omitempty"`
- LocalPort uint32 `protobuf:"varint,14,opt,name=LocalPort,proto3" json:"LocalPort,omitempty"`
- VlessRoute uint32 `protobuf:"varint,15,opt,name=VlessRoute,proto3" json:"VlessRoute,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *RoutingContext) Reset() {
- *x = RoutingContext{}
- mi := &file_app_router_command_command_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *RoutingContext) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*RoutingContext) ProtoMessage() {}
- func (x *RoutingContext) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_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 RoutingContext.ProtoReflect.Descriptor instead.
- func (*RoutingContext) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{0}
- }
- func (x *RoutingContext) GetInboundTag() string {
- if x != nil {
- return x.InboundTag
- }
- return ""
- }
- func (x *RoutingContext) GetNetwork() net.Network {
- if x != nil {
- return x.Network
- }
- return net.Network(0)
- }
- func (x *RoutingContext) GetSourceIPs() [][]byte {
- if x != nil {
- return x.SourceIPs
- }
- return nil
- }
- func (x *RoutingContext) GetTargetIPs() [][]byte {
- if x != nil {
- return x.TargetIPs
- }
- return nil
- }
- func (x *RoutingContext) GetSourcePort() uint32 {
- if x != nil {
- return x.SourcePort
- }
- return 0
- }
- func (x *RoutingContext) GetTargetPort() uint32 {
- if x != nil {
- return x.TargetPort
- }
- return 0
- }
- func (x *RoutingContext) GetTargetDomain() string {
- if x != nil {
- return x.TargetDomain
- }
- return ""
- }
- func (x *RoutingContext) GetProtocol() string {
- if x != nil {
- return x.Protocol
- }
- return ""
- }
- func (x *RoutingContext) GetUser() string {
- if x != nil {
- return x.User
- }
- return ""
- }
- func (x *RoutingContext) GetAttributes() map[string]string {
- if x != nil {
- return x.Attributes
- }
- return nil
- }
- func (x *RoutingContext) GetOutboundGroupTags() []string {
- if x != nil {
- return x.OutboundGroupTags
- }
- return nil
- }
- func (x *RoutingContext) GetOutboundTag() string {
- if x != nil {
- return x.OutboundTag
- }
- return ""
- }
- func (x *RoutingContext) GetLocalIPs() [][]byte {
- if x != nil {
- return x.LocalIPs
- }
- return nil
- }
- func (x *RoutingContext) GetLocalPort() uint32 {
- if x != nil {
- return x.LocalPort
- }
- return 0
- }
- func (x *RoutingContext) GetVlessRoute() uint32 {
- if x != nil {
- return x.VlessRoute
- }
- return 0
- }
- // SubscribeRoutingStatsRequest subscribes to routing statistics channel if
- // opened by xray-core.
- // * FieldSelectors selects a subset of fields in routing statistics to return.
- // Valid selectors:
- // - inbound: Selects connection's inbound tag.
- // - network: Selects connection's network.
- // - ip: Equivalent as "ip_source" and "ip_target", selects both source and
- // target IP.
- // - port: Equivalent as "port_source" and "port_target", selects both source
- // and target port.
- // - domain: Selects target domain.
- // - protocol: Select connection's protocol.
- // - user: Select connection's inbound user email.
- // - attributes: Select connection's additional attributes.
- // - outbound: Equivalent as "outbound" and "outbound_group", select both
- // outbound tag and outbound group tags.
- //
- // * If FieldSelectors is left empty, all fields will be returned.
- type SubscribeRoutingStatsRequest struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- FieldSelectors []string `protobuf:"bytes,1,rep,name=FieldSelectors,proto3" json:"FieldSelectors,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *SubscribeRoutingStatsRequest) Reset() {
- *x = SubscribeRoutingStatsRequest{}
- mi := &file_app_router_command_command_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *SubscribeRoutingStatsRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*SubscribeRoutingStatsRequest) ProtoMessage() {}
- func (x *SubscribeRoutingStatsRequest) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_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 SubscribeRoutingStatsRequest.ProtoReflect.Descriptor instead.
- func (*SubscribeRoutingStatsRequest) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{1}
- }
- func (x *SubscribeRoutingStatsRequest) GetFieldSelectors() []string {
- if x != nil {
- return x.FieldSelectors
- }
- return nil
- }
- // TestRouteRequest manually tests a routing result according to the routing
- // context message.
- // * RoutingContext is the routing message without outbound information.
- // * FieldSelectors selects the fields to return in the routing result. All
- // fields are returned if left empty.
- // * PublishResult broadcasts the routing result to routing statistics channel
- // if set true.
- type TestRouteRequest struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- RoutingContext *RoutingContext `protobuf:"bytes,1,opt,name=RoutingContext,proto3" json:"RoutingContext,omitempty"`
- FieldSelectors []string `protobuf:"bytes,2,rep,name=FieldSelectors,proto3" json:"FieldSelectors,omitempty"`
- PublishResult bool `protobuf:"varint,3,opt,name=PublishResult,proto3" json:"PublishResult,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *TestRouteRequest) Reset() {
- *x = TestRouteRequest{}
- mi := &file_app_router_command_command_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *TestRouteRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*TestRouteRequest) ProtoMessage() {}
- func (x *TestRouteRequest) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_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 TestRouteRequest.ProtoReflect.Descriptor instead.
- func (*TestRouteRequest) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{2}
- }
- func (x *TestRouteRequest) GetRoutingContext() *RoutingContext {
- if x != nil {
- return x.RoutingContext
- }
- return nil
- }
- func (x *TestRouteRequest) GetFieldSelectors() []string {
- if x != nil {
- return x.FieldSelectors
- }
- return nil
- }
- func (x *TestRouteRequest) GetPublishResult() bool {
- if x != nil {
- return x.PublishResult
- }
- return false
- }
- type PrincipleTargetInfo struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Tag []string `protobuf:"bytes,1,rep,name=tag,proto3" json:"tag,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *PrincipleTargetInfo) Reset() {
- *x = PrincipleTargetInfo{}
- mi := &file_app_router_command_command_proto_msgTypes[3]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *PrincipleTargetInfo) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*PrincipleTargetInfo) ProtoMessage() {}
- func (x *PrincipleTargetInfo) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[3]
- 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 PrincipleTargetInfo.ProtoReflect.Descriptor instead.
- func (*PrincipleTargetInfo) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{3}
- }
- func (x *PrincipleTargetInfo) GetTag() []string {
- if x != nil {
- return x.Tag
- }
- return nil
- }
- type OverrideInfo struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Target string `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *OverrideInfo) Reset() {
- *x = OverrideInfo{}
- mi := &file_app_router_command_command_proto_msgTypes[4]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *OverrideInfo) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*OverrideInfo) ProtoMessage() {}
- func (x *OverrideInfo) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[4]
- 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 OverrideInfo.ProtoReflect.Descriptor instead.
- func (*OverrideInfo) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{4}
- }
- func (x *OverrideInfo) GetTarget() string {
- if x != nil {
- return x.Target
- }
- return ""
- }
- type BalancerMsg struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Override *OverrideInfo `protobuf:"bytes,5,opt,name=override,proto3" json:"override,omitempty"`
- PrincipleTarget *PrincipleTargetInfo `protobuf:"bytes,6,opt,name=principle_target,json=principleTarget,proto3" json:"principle_target,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *BalancerMsg) Reset() {
- *x = BalancerMsg{}
- mi := &file_app_router_command_command_proto_msgTypes[5]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *BalancerMsg) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*BalancerMsg) ProtoMessage() {}
- func (x *BalancerMsg) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[5]
- 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 BalancerMsg.ProtoReflect.Descriptor instead.
- func (*BalancerMsg) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{5}
- }
- func (x *BalancerMsg) GetOverride() *OverrideInfo {
- if x != nil {
- return x.Override
- }
- return nil
- }
- func (x *BalancerMsg) GetPrincipleTarget() *PrincipleTargetInfo {
- if x != nil {
- return x.PrincipleTarget
- }
- return nil
- }
- type GetBalancerInfoRequest struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *GetBalancerInfoRequest) Reset() {
- *x = GetBalancerInfoRequest{}
- mi := &file_app_router_command_command_proto_msgTypes[6]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *GetBalancerInfoRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*GetBalancerInfoRequest) ProtoMessage() {}
- func (x *GetBalancerInfoRequest) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[6]
- 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 GetBalancerInfoRequest.ProtoReflect.Descriptor instead.
- func (*GetBalancerInfoRequest) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{6}
- }
- func (x *GetBalancerInfoRequest) GetTag() string {
- if x != nil {
- return x.Tag
- }
- return ""
- }
- type GetBalancerInfoResponse struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Balancer *BalancerMsg `protobuf:"bytes,1,opt,name=balancer,proto3" json:"balancer,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *GetBalancerInfoResponse) Reset() {
- *x = GetBalancerInfoResponse{}
- mi := &file_app_router_command_command_proto_msgTypes[7]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *GetBalancerInfoResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*GetBalancerInfoResponse) ProtoMessage() {}
- func (x *GetBalancerInfoResponse) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[7]
- 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 GetBalancerInfoResponse.ProtoReflect.Descriptor instead.
- func (*GetBalancerInfoResponse) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{7}
- }
- func (x *GetBalancerInfoResponse) GetBalancer() *BalancerMsg {
- if x != nil {
- return x.Balancer
- }
- return nil
- }
- type OverrideBalancerTargetRequest struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- BalancerTag string `protobuf:"bytes,1,opt,name=balancerTag,proto3" json:"balancerTag,omitempty"`
- Target string `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *OverrideBalancerTargetRequest) Reset() {
- *x = OverrideBalancerTargetRequest{}
- mi := &file_app_router_command_command_proto_msgTypes[8]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *OverrideBalancerTargetRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*OverrideBalancerTargetRequest) ProtoMessage() {}
- func (x *OverrideBalancerTargetRequest) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[8]
- 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 OverrideBalancerTargetRequest.ProtoReflect.Descriptor instead.
- func (*OverrideBalancerTargetRequest) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{8}
- }
- func (x *OverrideBalancerTargetRequest) GetBalancerTag() string {
- if x != nil {
- return x.BalancerTag
- }
- return ""
- }
- func (x *OverrideBalancerTargetRequest) GetTarget() string {
- if x != nil {
- return x.Target
- }
- return ""
- }
- type OverrideBalancerTargetResponse struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *OverrideBalancerTargetResponse) Reset() {
- *x = OverrideBalancerTargetResponse{}
- mi := &file_app_router_command_command_proto_msgTypes[9]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *OverrideBalancerTargetResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*OverrideBalancerTargetResponse) ProtoMessage() {}
- func (x *OverrideBalancerTargetResponse) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[9]
- 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 OverrideBalancerTargetResponse.ProtoReflect.Descriptor instead.
- func (*OverrideBalancerTargetResponse) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{9}
- }
- type AddRuleRequest struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Config *serial.TypedMessage `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
- ShouldAppend bool `protobuf:"varint,2,opt,name=shouldAppend,proto3" json:"shouldAppend,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *AddRuleRequest) Reset() {
- *x = AddRuleRequest{}
- mi := &file_app_router_command_command_proto_msgTypes[10]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *AddRuleRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*AddRuleRequest) ProtoMessage() {}
- func (x *AddRuleRequest) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[10]
- 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 AddRuleRequest.ProtoReflect.Descriptor instead.
- func (*AddRuleRequest) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{10}
- }
- func (x *AddRuleRequest) GetConfig() *serial.TypedMessage {
- if x != nil {
- return x.Config
- }
- return nil
- }
- func (x *AddRuleRequest) GetShouldAppend() bool {
- if x != nil {
- return x.ShouldAppend
- }
- return false
- }
- type AddRuleResponse struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *AddRuleResponse) Reset() {
- *x = AddRuleResponse{}
- mi := &file_app_router_command_command_proto_msgTypes[11]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *AddRuleResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*AddRuleResponse) ProtoMessage() {}
- func (x *AddRuleResponse) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[11]
- 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 AddRuleResponse.ProtoReflect.Descriptor instead.
- func (*AddRuleResponse) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{11}
- }
- type RemoveRuleRequest struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- RuleTag string `protobuf:"bytes,1,opt,name=ruleTag,proto3" json:"ruleTag,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *RemoveRuleRequest) Reset() {
- *x = RemoveRuleRequest{}
- mi := &file_app_router_command_command_proto_msgTypes[12]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *RemoveRuleRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*RemoveRuleRequest) ProtoMessage() {}
- func (x *RemoveRuleRequest) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[12]
- 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 RemoveRuleRequest.ProtoReflect.Descriptor instead.
- func (*RemoveRuleRequest) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{12}
- }
- func (x *RemoveRuleRequest) GetRuleTag() string {
- if x != nil {
- return x.RuleTag
- }
- return ""
- }
- type RemoveRuleResponse struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *RemoveRuleResponse) Reset() {
- *x = RemoveRuleResponse{}
- mi := &file_app_router_command_command_proto_msgTypes[13]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *RemoveRuleResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*RemoveRuleResponse) ProtoMessage() {}
- func (x *RemoveRuleResponse) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[13]
- 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 RemoveRuleResponse.ProtoReflect.Descriptor instead.
- func (*RemoveRuleResponse) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{13}
- }
- type ListRuleRequest struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *ListRuleRequest) Reset() {
- *x = ListRuleRequest{}
- mi := &file_app_router_command_command_proto_msgTypes[14]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *ListRuleRequest) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*ListRuleRequest) ProtoMessage() {}
- func (x *ListRuleRequest) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[14]
- 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 ListRuleRequest.ProtoReflect.Descriptor instead.
- func (*ListRuleRequest) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{14}
- }
- type ListRuleItem struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
- RuleTag string `protobuf:"bytes,2,opt,name=ruleTag,proto3" json:"ruleTag,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *ListRuleItem) Reset() {
- *x = ListRuleItem{}
- mi := &file_app_router_command_command_proto_msgTypes[15]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *ListRuleItem) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*ListRuleItem) ProtoMessage() {}
- func (x *ListRuleItem) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[15]
- 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 ListRuleItem.ProtoReflect.Descriptor instead.
- func (*ListRuleItem) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{15}
- }
- func (x *ListRuleItem) GetTag() string {
- if x != nil {
- return x.Tag
- }
- return ""
- }
- func (x *ListRuleItem) GetRuleTag() string {
- if x != nil {
- return x.RuleTag
- }
- return ""
- }
- type ListRuleResponse struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Rules []*ListRuleItem `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *ListRuleResponse) Reset() {
- *x = ListRuleResponse{}
- mi := &file_app_router_command_command_proto_msgTypes[16]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *ListRuleResponse) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*ListRuleResponse) ProtoMessage() {}
- func (x *ListRuleResponse) ProtoReflect() protoreflect.Message {
- mi := &file_app_router_command_command_proto_msgTypes[16]
- 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 ListRuleResponse.ProtoReflect.Descriptor instead.
- func (*ListRuleResponse) Descriptor() ([]byte, []int) {
- return file_app_router_command_command_proto_rawDescGZIP(), []int{16}
- }
- func (x *ListRuleResponse) GetRules() []*ListRuleItem {
- if x != nil {
- return x.Rules
- }
- return nil
- }
- type Config struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *Config) Reset() {
- *x = Config{}
- mi := &file_app_router_command_command_proto_msgTypes[17]
- 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_app_router_command_command_proto_msgTypes[17]
- 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_app_router_command_command_proto_rawDescGZIP(), []int{17}
- }
- var File_app_router_command_command_proto protoreflect.FileDescriptor
- const file_app_router_command_command_proto_rawDesc = "" +
- "\n" +
- " app/router/command/command.proto\x12\x17xray.app.router.command\x1a\x18common/net/network.proto\x1a!common/serial/typed_message.proto\"\xf6\x04\n" +
- "\x0eRoutingContext\x12\x1e\n" +
- "\n" +
- "InboundTag\x18\x01 \x01(\tR\n" +
- "InboundTag\x122\n" +
- "\aNetwork\x18\x02 \x01(\x0e2\x18.xray.common.net.NetworkR\aNetwork\x12\x1c\n" +
- "\tSourceIPs\x18\x03 \x03(\fR\tSourceIPs\x12\x1c\n" +
- "\tTargetIPs\x18\x04 \x03(\fR\tTargetIPs\x12\x1e\n" +
- "\n" +
- "SourcePort\x18\x05 \x01(\rR\n" +
- "SourcePort\x12\x1e\n" +
- "\n" +
- "TargetPort\x18\x06 \x01(\rR\n" +
- "TargetPort\x12\"\n" +
- "\fTargetDomain\x18\a \x01(\tR\fTargetDomain\x12\x1a\n" +
- "\bProtocol\x18\b \x01(\tR\bProtocol\x12\x12\n" +
- "\x04User\x18\t \x01(\tR\x04User\x12W\n" +
- "\n" +
- "Attributes\x18\n" +
- " \x03(\v27.xray.app.router.command.RoutingContext.AttributesEntryR\n" +
- "Attributes\x12,\n" +
- "\x11OutboundGroupTags\x18\v \x03(\tR\x11OutboundGroupTags\x12 \n" +
- "\vOutboundTag\x18\f \x01(\tR\vOutboundTag\x12\x1a\n" +
- "\bLocalIPs\x18\r \x03(\fR\bLocalIPs\x12\x1c\n" +
- "\tLocalPort\x18\x0e \x01(\rR\tLocalPort\x12\x1e\n" +
- "\n" +
- "VlessRoute\x18\x0f \x01(\rR\n" +
- "VlessRoute\x1a=\n" +
- "\x0fAttributesEntry\x12\x10\n" +
- "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
- "\x05value\x18\x02 \x01(\tR\x05value:\x028\x01\"F\n" +
- "\x1cSubscribeRoutingStatsRequest\x12&\n" +
- "\x0eFieldSelectors\x18\x01 \x03(\tR\x0eFieldSelectors\"\xb1\x01\n" +
- "\x10TestRouteRequest\x12O\n" +
- "\x0eRoutingContext\x18\x01 \x01(\v2'.xray.app.router.command.RoutingContextR\x0eRoutingContext\x12&\n" +
- "\x0eFieldSelectors\x18\x02 \x03(\tR\x0eFieldSelectors\x12$\n" +
- "\rPublishResult\x18\x03 \x01(\bR\rPublishResult\"'\n" +
- "\x13PrincipleTargetInfo\x12\x10\n" +
- "\x03tag\x18\x01 \x03(\tR\x03tag\"&\n" +
- "\fOverrideInfo\x12\x16\n" +
- "\x06target\x18\x02 \x01(\tR\x06target\"\xa9\x01\n" +
- "\vBalancerMsg\x12A\n" +
- "\boverride\x18\x05 \x01(\v2%.xray.app.router.command.OverrideInfoR\boverride\x12W\n" +
- "\x10principle_target\x18\x06 \x01(\v2,.xray.app.router.command.PrincipleTargetInfoR\x0fprincipleTarget\"*\n" +
- "\x16GetBalancerInfoRequest\x12\x10\n" +
- "\x03tag\x18\x01 \x01(\tR\x03tag\"[\n" +
- "\x17GetBalancerInfoResponse\x12@\n" +
- "\bbalancer\x18\x01 \x01(\v2$.xray.app.router.command.BalancerMsgR\bbalancer\"Y\n" +
- "\x1dOverrideBalancerTargetRequest\x12 \n" +
- "\vbalancerTag\x18\x01 \x01(\tR\vbalancerTag\x12\x16\n" +
- "\x06target\x18\x02 \x01(\tR\x06target\" \n" +
- "\x1eOverrideBalancerTargetResponse\"n\n" +
- "\x0eAddRuleRequest\x128\n" +
- "\x06config\x18\x01 \x01(\v2 .xray.common.serial.TypedMessageR\x06config\x12\"\n" +
- "\fshouldAppend\x18\x02 \x01(\bR\fshouldAppend\"\x11\n" +
- "\x0fAddRuleResponse\"-\n" +
- "\x11RemoveRuleRequest\x12\x18\n" +
- "\aruleTag\x18\x01 \x01(\tR\aruleTag\"\x14\n" +
- "\x12RemoveRuleResponse\"\x11\n" +
- "\x0fListRuleRequest\":\n" +
- "\fListRuleItem\x12\x10\n" +
- "\x03tag\x18\x01 \x01(\tR\x03tag\x12\x18\n" +
- "\aruleTag\x18\x02 \x01(\tR\aruleTag\"O\n" +
- "\x10ListRuleResponse\x12;\n" +
- "\x05rules\x18\x01 \x03(\v2%.xray.app.router.command.ListRuleItemR\x05rules\"\b\n" +
- "\x06Config2\xa2\x06\n" +
- "\x0eRoutingService\x12{\n" +
- "\x15SubscribeRoutingStats\x125.xray.app.router.command.SubscribeRoutingStatsRequest\x1a'.xray.app.router.command.RoutingContext\"\x000\x01\x12a\n" +
- "\tTestRoute\x12).xray.app.router.command.TestRouteRequest\x1a'.xray.app.router.command.RoutingContext\"\x00\x12v\n" +
- "\x0fGetBalancerInfo\x12/.xray.app.router.command.GetBalancerInfoRequest\x1a0.xray.app.router.command.GetBalancerInfoResponse\"\x00\x12\x8b\x01\n" +
- "\x16OverrideBalancerTarget\x126.xray.app.router.command.OverrideBalancerTargetRequest\x1a7.xray.app.router.command.OverrideBalancerTargetResponse\"\x00\x12^\n" +
- "\aAddRule\x12'.xray.app.router.command.AddRuleRequest\x1a(.xray.app.router.command.AddRuleResponse\"\x00\x12g\n" +
- "\n" +
- "RemoveRule\x12*.xray.app.router.command.RemoveRuleRequest\x1a+.xray.app.router.command.RemoveRuleResponse\"\x00\x12a\n" +
- "\bListRule\x12(.xray.app.router.command.ListRuleRequest\x1a).xray.app.router.command.ListRuleResponse\"\x00Bg\n" +
- "\x1bcom.xray.app.router.commandP\x01Z,github.com/xtls/xray-core/app/router/command\xaa\x02\x17Xray.App.Router.Commandb\x06proto3"
- var (
- file_app_router_command_command_proto_rawDescOnce sync.Once
- file_app_router_command_command_proto_rawDescData []byte
- )
- func file_app_router_command_command_proto_rawDescGZIP() []byte {
- file_app_router_command_command_proto_rawDescOnce.Do(func() {
- file_app_router_command_command_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_app_router_command_command_proto_rawDesc), len(file_app_router_command_command_proto_rawDesc)))
- })
- return file_app_router_command_command_proto_rawDescData
- }
- var file_app_router_command_command_proto_msgTypes = make([]protoimpl.MessageInfo, 19)
- var file_app_router_command_command_proto_goTypes = []any{
- (*RoutingContext)(nil), // 0: xray.app.router.command.RoutingContext
- (*SubscribeRoutingStatsRequest)(nil), // 1: xray.app.router.command.SubscribeRoutingStatsRequest
- (*TestRouteRequest)(nil), // 2: xray.app.router.command.TestRouteRequest
- (*PrincipleTargetInfo)(nil), // 3: xray.app.router.command.PrincipleTargetInfo
- (*OverrideInfo)(nil), // 4: xray.app.router.command.OverrideInfo
- (*BalancerMsg)(nil), // 5: xray.app.router.command.BalancerMsg
- (*GetBalancerInfoRequest)(nil), // 6: xray.app.router.command.GetBalancerInfoRequest
- (*GetBalancerInfoResponse)(nil), // 7: xray.app.router.command.GetBalancerInfoResponse
- (*OverrideBalancerTargetRequest)(nil), // 8: xray.app.router.command.OverrideBalancerTargetRequest
- (*OverrideBalancerTargetResponse)(nil), // 9: xray.app.router.command.OverrideBalancerTargetResponse
- (*AddRuleRequest)(nil), // 10: xray.app.router.command.AddRuleRequest
- (*AddRuleResponse)(nil), // 11: xray.app.router.command.AddRuleResponse
- (*RemoveRuleRequest)(nil), // 12: xray.app.router.command.RemoveRuleRequest
- (*RemoveRuleResponse)(nil), // 13: xray.app.router.command.RemoveRuleResponse
- (*ListRuleRequest)(nil), // 14: xray.app.router.command.ListRuleRequest
- (*ListRuleItem)(nil), // 15: xray.app.router.command.ListRuleItem
- (*ListRuleResponse)(nil), // 16: xray.app.router.command.ListRuleResponse
- (*Config)(nil), // 17: xray.app.router.command.Config
- nil, // 18: xray.app.router.command.RoutingContext.AttributesEntry
- (net.Network)(0), // 19: xray.common.net.Network
- (*serial.TypedMessage)(nil), // 20: xray.common.serial.TypedMessage
- }
- var file_app_router_command_command_proto_depIdxs = []int32{
- 19, // 0: xray.app.router.command.RoutingContext.Network:type_name -> xray.common.net.Network
- 18, // 1: xray.app.router.command.RoutingContext.Attributes:type_name -> xray.app.router.command.RoutingContext.AttributesEntry
- 0, // 2: xray.app.router.command.TestRouteRequest.RoutingContext:type_name -> xray.app.router.command.RoutingContext
- 4, // 3: xray.app.router.command.BalancerMsg.override:type_name -> xray.app.router.command.OverrideInfo
- 3, // 4: xray.app.router.command.BalancerMsg.principle_target:type_name -> xray.app.router.command.PrincipleTargetInfo
- 5, // 5: xray.app.router.command.GetBalancerInfoResponse.balancer:type_name -> xray.app.router.command.BalancerMsg
- 20, // 6: xray.app.router.command.AddRuleRequest.config:type_name -> xray.common.serial.TypedMessage
- 15, // 7: xray.app.router.command.ListRuleResponse.rules:type_name -> xray.app.router.command.ListRuleItem
- 1, // 8: xray.app.router.command.RoutingService.SubscribeRoutingStats:input_type -> xray.app.router.command.SubscribeRoutingStatsRequest
- 2, // 9: xray.app.router.command.RoutingService.TestRoute:input_type -> xray.app.router.command.TestRouteRequest
- 6, // 10: xray.app.router.command.RoutingService.GetBalancerInfo:input_type -> xray.app.router.command.GetBalancerInfoRequest
- 8, // 11: xray.app.router.command.RoutingService.OverrideBalancerTarget:input_type -> xray.app.router.command.OverrideBalancerTargetRequest
- 10, // 12: xray.app.router.command.RoutingService.AddRule:input_type -> xray.app.router.command.AddRuleRequest
- 12, // 13: xray.app.router.command.RoutingService.RemoveRule:input_type -> xray.app.router.command.RemoveRuleRequest
- 14, // 14: xray.app.router.command.RoutingService.ListRule:input_type -> xray.app.router.command.ListRuleRequest
- 0, // 15: xray.app.router.command.RoutingService.SubscribeRoutingStats:output_type -> xray.app.router.command.RoutingContext
- 0, // 16: xray.app.router.command.RoutingService.TestRoute:output_type -> xray.app.router.command.RoutingContext
- 7, // 17: xray.app.router.command.RoutingService.GetBalancerInfo:output_type -> xray.app.router.command.GetBalancerInfoResponse
- 9, // 18: xray.app.router.command.RoutingService.OverrideBalancerTarget:output_type -> xray.app.router.command.OverrideBalancerTargetResponse
- 11, // 19: xray.app.router.command.RoutingService.AddRule:output_type -> xray.app.router.command.AddRuleResponse
- 13, // 20: xray.app.router.command.RoutingService.RemoveRule:output_type -> xray.app.router.command.RemoveRuleResponse
- 16, // 21: xray.app.router.command.RoutingService.ListRule:output_type -> xray.app.router.command.ListRuleResponse
- 15, // [15:22] is the sub-list for method output_type
- 8, // [8:15] is the sub-list for method input_type
- 8, // [8:8] is the sub-list for extension type_name
- 8, // [8:8] is the sub-list for extension extendee
- 0, // [0:8] is the sub-list for field type_name
- }
- func init() { file_app_router_command_command_proto_init() }
- func file_app_router_command_command_proto_init() {
- if File_app_router_command_command_proto != nil {
- return
- }
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: unsafe.Slice(unsafe.StringData(file_app_router_command_command_proto_rawDesc), len(file_app_router_command_command_proto_rawDesc)),
- NumEnums: 0,
- NumMessages: 19,
- NumExtensions: 0,
- NumServices: 1,
- },
- GoTypes: file_app_router_command_command_proto_goTypes,
- DependencyIndexes: file_app_router_command_command_proto_depIdxs,
- MessageInfos: file_app_router_command_command_proto_msgTypes,
- }.Build()
- File_app_router_command_command_proto = out.File
- file_app_router_command_command_proto_goTypes = nil
- file_app_router_command_command_proto_depIdxs = nil
- }
|