Documentation
¶
Index ¶
- Variables
- type CreateReq
- type CreateReq_builder
- type Empty
- type Empty_builder
- type InspectRsp
- type InspectRsp_builder
- type ListReq
- type ListReq_builder
- type NameReq
- type NameReq_builder
- type NamesReq
- type NamesReq_builder
- type NoticeReq
- func (x *NoticeReq) GetMessage() []byte
- func (x *NoticeReq) GetName() string
- func (*NoticeReq) ProtoMessage()
- func (x *NoticeReq) ProtoReflect() protoreflect.Message
- func (x *NoticeReq) Reset()
- func (x *NoticeReq) SetMessage(v []byte)
- func (x *NoticeReq) SetName(v string)
- func (x *NoticeReq) String() string
- type NoticeReq_builder
- type PortReq
- type PortReq_builder
- type PortRsp
- type PortRsp_builder
- type ProxiesRsp
- func (x *ProxiesRsp) GetCount() int64
- func (x *ProxiesRsp) GetProxies() []*Proxy
- func (*ProxiesRsp) ProtoMessage()
- func (x *ProxiesRsp) ProtoReflect() protoreflect.Message
- func (x *ProxiesRsp) Reset()
- func (x *ProxiesRsp) SetCount(v int64)
- func (x *ProxiesRsp) SetProxies(v []*Proxy)
- func (x *ProxiesRsp) String() string
- type ProxiesRsp_builder
- type Proxy
- func (x *Proxy) GetName() string
- func (x *Proxy) GetPriHost() string
- func (x *Proxy) GetPriPort() int64
- func (x *Proxy) GetProtocol() string
- func (x *Proxy) GetPubHost() string
- func (x *Proxy) GetPubPort() int64
- func (*Proxy) ProtoMessage()
- func (x *Proxy) ProtoReflect() protoreflect.Message
- func (x *Proxy) Reset()
- func (x *Proxy) SetName(v string)
- func (x *Proxy) SetPriHost(v string)
- func (x *Proxy) SetPriPort(v int64)
- func (x *Proxy) SetProtocol(v string)
- func (x *Proxy) SetPubHost(v string)
- func (x *Proxy) SetPubPort(v int64)
- func (x *Proxy) String() string
- type Proxy_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_ingress_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CreateReq ¶
type CreateReq struct { Proxy []*Proxy `protobuf:"bytes,1,rep,name=proxy,proto3" json:"proxy,omitempty"` // contains filtered or unexported fields }
func (*CreateReq) ProtoReflect ¶
func (x *CreateReq) ProtoReflect() protoreflect.Message
type CreateReq_builder ¶
type CreateReq_builder struct { Proxy []*Proxy // contains filtered or unexported fields }
func (CreateReq_builder) Build ¶
func (b0 CreateReq_builder) Build() *CreateReq
type Empty ¶
type Empty struct {
// contains filtered or unexported fields
}
func (*Empty) ProtoReflect ¶
func (x *Empty) ProtoReflect() protoreflect.Message
type Empty_builder ¶
type Empty_builder struct {
// contains filtered or unexported fields
}
func (Empty_builder) Build ¶
func (b0 Empty_builder) Build() *Empty
type InspectRsp ¶
type InspectRsp struct { Proxys []*Proxy `protobuf:"bytes,1,rep,name=proxys,proto3" json:"proxys,omitempty"` // contains filtered or unexported fields }
func (*InspectRsp) GetProxys ¶
func (x *InspectRsp) GetProxys() []*Proxy
func (*InspectRsp) ProtoMessage ¶
func (*InspectRsp) ProtoMessage()
func (*InspectRsp) ProtoReflect ¶
func (x *InspectRsp) ProtoReflect() protoreflect.Message
func (*InspectRsp) Reset ¶
func (x *InspectRsp) Reset()
func (*InspectRsp) SetProxys ¶
func (x *InspectRsp) SetProxys(v []*Proxy)
func (*InspectRsp) String ¶
func (x *InspectRsp) String() string
type InspectRsp_builder ¶
type InspectRsp_builder struct { Proxys []*Proxy // contains filtered or unexported fields }
func (InspectRsp_builder) Build ¶
func (b0 InspectRsp_builder) Build() *InspectRsp
type ListReq ¶
type ListReq struct { Name *string `protobuf:"bytes,1,opt,name=name,proto3,oneof" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ListReq) ProtoReflect ¶
func (x *ListReq) ProtoReflect() protoreflect.Message
type ListReq_builder ¶
type ListReq_builder struct { Name *string // contains filtered or unexported fields }
func (ListReq_builder) Build ¶
func (b0 ListReq_builder) Build() *ListReq
type NameReq ¶
type NameReq struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*NameReq) ProtoReflect ¶
func (x *NameReq) ProtoReflect() protoreflect.Message
type NameReq_builder ¶
type NameReq_builder struct { Name string // contains filtered or unexported fields }
func (NameReq_builder) Build ¶
func (b0 NameReq_builder) Build() *NameReq
type NamesReq ¶
type NamesReq struct { Name []string `protobuf:"bytes,1,rep,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*NamesReq) ProtoReflect ¶
func (x *NamesReq) ProtoReflect() protoreflect.Message
type NamesReq_builder ¶
type NamesReq_builder struct { Name []string // contains filtered or unexported fields }
func (NamesReq_builder) Build ¶
func (b0 NamesReq_builder) Build() *NamesReq
type NoticeReq ¶
type NoticeReq struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Message []byte `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*NoticeReq) ProtoReflect ¶
func (x *NoticeReq) ProtoReflect() protoreflect.Message
type NoticeReq_builder ¶
type NoticeReq_builder struct { Name string Message []byte // contains filtered or unexported fields }
func (NoticeReq_builder) Build ¶
func (b0 NoticeReq_builder) Build() *NoticeReq
type PortReq ¶
type PortReq struct { Num []int64 `protobuf:"varint,1,rep,packed,name=num,proto3" json:"num,omitempty"` // contains filtered or unexported fields }
func (*PortReq) ProtoReflect ¶
func (x *PortReq) ProtoReflect() protoreflect.Message
type PortReq_builder ¶
type PortReq_builder struct { Num []int64 // contains filtered or unexported fields }
func (PortReq_builder) Build ¶
func (b0 PortReq_builder) Build() *PortReq
type PortRsp ¶
type PortRsp struct { Port []int64 `protobuf:"varint,1,rep,packed,name=port,proto3" json:"port,omitempty"` // contains filtered or unexported fields }
func (*PortRsp) ProtoReflect ¶
func (x *PortRsp) ProtoReflect() protoreflect.Message
type PortRsp_builder ¶
type PortRsp_builder struct { Port []int64 // contains filtered or unexported fields }
func (PortRsp_builder) Build ¶
func (b0 PortRsp_builder) Build() *PortRsp
type ProxiesRsp ¶
type ProxiesRsp struct { Count int64 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` Proxies []*Proxy `protobuf:"bytes,2,rep,name=proxies,proto3" json:"proxies,omitempty"` // contains filtered or unexported fields }
func (*ProxiesRsp) GetCount ¶
func (x *ProxiesRsp) GetCount() int64
func (*ProxiesRsp) GetProxies ¶
func (x *ProxiesRsp) GetProxies() []*Proxy
func (*ProxiesRsp) ProtoMessage ¶
func (*ProxiesRsp) ProtoMessage()
func (*ProxiesRsp) ProtoReflect ¶
func (x *ProxiesRsp) ProtoReflect() protoreflect.Message
func (*ProxiesRsp) Reset ¶
func (x *ProxiesRsp) Reset()
func (*ProxiesRsp) SetCount ¶
func (x *ProxiesRsp) SetCount(v int64)
func (*ProxiesRsp) SetProxies ¶
func (x *ProxiesRsp) SetProxies(v []*Proxy)
func (*ProxiesRsp) String ¶
func (x *ProxiesRsp) String() string
type ProxiesRsp_builder ¶
type ProxiesRsp_builder struct { Count int64 Proxies []*Proxy // contains filtered or unexported fields }
func (ProxiesRsp_builder) Build ¶
func (b0 ProxiesRsp_builder) Build() *ProxiesRsp
type Proxy ¶
type Proxy struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Protocol string `protobuf:"bytes,2,opt,name=protocol,proto3" json:"protocol,omitempty"` PubHost string `protobuf:"bytes,3,opt,name=pub_host,json=pubHost,proto3" json:"pub_host,omitempty"` PubPort int64 `protobuf:"varint,4,opt,name=pub_port,json=pubPort,proto3" json:"pub_port,omitempty"` PriHost string `protobuf:"bytes,5,opt,name=pri_host,json=priHost,proto3" json:"pri_host,omitempty"` PriPort int64 `protobuf:"varint,6,opt,name=pri_port,json=priPort,proto3" json:"pri_port,omitempty"` // contains filtered or unexported fields }
func (*Proxy) ProtoReflect ¶
func (x *Proxy) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.