ingressv1

package module
v1.36.5-20240601174836... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: MIT Imports: 5 Imported by: 1

Documentation

Index

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) GetProxy

func (x *CreateReq) GetProxy() []*Proxy

func (*CreateReq) ProtoMessage

func (*CreateReq) ProtoMessage()

func (*CreateReq) ProtoReflect

func (x *CreateReq) ProtoReflect() protoreflect.Message

func (*CreateReq) Reset

func (x *CreateReq) Reset()

func (*CreateReq) SetProxy

func (x *CreateReq) SetProxy(v []*Proxy)

func (*CreateReq) String

func (x *CreateReq) String() string

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) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

func (x *Empty) ProtoReflect() protoreflect.Message

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

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) ClearName

func (x *ListReq) ClearName()

func (*ListReq) GetName

func (x *ListReq) GetName() string

func (*ListReq) HasName

func (x *ListReq) HasName() bool

func (*ListReq) ProtoMessage

func (*ListReq) ProtoMessage()

func (*ListReq) ProtoReflect

func (x *ListReq) ProtoReflect() protoreflect.Message

func (*ListReq) Reset

func (x *ListReq) Reset()

func (*ListReq) SetName

func (x *ListReq) SetName(v string)

func (*ListReq) String

func (x *ListReq) String() string

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) GetName

func (x *NameReq) GetName() string

func (*NameReq) ProtoMessage

func (*NameReq) ProtoMessage()

func (*NameReq) ProtoReflect

func (x *NameReq) ProtoReflect() protoreflect.Message

func (*NameReq) Reset

func (x *NameReq) Reset()

func (*NameReq) SetName

func (x *NameReq) SetName(v string)

func (*NameReq) String

func (x *NameReq) String() string

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) GetName

func (x *NamesReq) GetName() []string

func (*NamesReq) ProtoMessage

func (*NamesReq) ProtoMessage()

func (*NamesReq) ProtoReflect

func (x *NamesReq) ProtoReflect() protoreflect.Message

func (*NamesReq) Reset

func (x *NamesReq) Reset()

func (*NamesReq) SetName

func (x *NamesReq) SetName(v []string)

func (*NamesReq) String

func (x *NamesReq) String() string

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) GetMessage

func (x *NoticeReq) GetMessage() []byte

func (*NoticeReq) GetName

func (x *NoticeReq) GetName() string

func (*NoticeReq) ProtoMessage

func (*NoticeReq) ProtoMessage()

func (*NoticeReq) ProtoReflect

func (x *NoticeReq) ProtoReflect() protoreflect.Message

func (*NoticeReq) Reset

func (x *NoticeReq) Reset()

func (*NoticeReq) SetMessage

func (x *NoticeReq) SetMessage(v []byte)

func (*NoticeReq) SetName

func (x *NoticeReq) SetName(v string)

func (*NoticeReq) String

func (x *NoticeReq) String() string

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) GetNum

func (x *PortReq) GetNum() []int64

func (*PortReq) ProtoMessage

func (*PortReq) ProtoMessage()

func (*PortReq) ProtoReflect

func (x *PortReq) ProtoReflect() protoreflect.Message

func (*PortReq) Reset

func (x *PortReq) Reset()

func (*PortReq) SetNum

func (x *PortReq) SetNum(v []int64)

func (*PortReq) String

func (x *PortReq) String() string

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) GetPort

func (x *PortRsp) GetPort() []int64

func (*PortRsp) ProtoMessage

func (*PortRsp) ProtoMessage()

func (*PortRsp) ProtoReflect

func (x *PortRsp) ProtoReflect() protoreflect.Message

func (*PortRsp) Reset

func (x *PortRsp) Reset()

func (*PortRsp) SetPort

func (x *PortRsp) SetPort(v []int64)

func (*PortRsp) String

func (x *PortRsp) String() string

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) GetName

func (x *Proxy) GetName() string

func (*Proxy) GetPriHost

func (x *Proxy) GetPriHost() string

func (*Proxy) GetPriPort

func (x *Proxy) GetPriPort() int64

func (*Proxy) GetProtocol

func (x *Proxy) GetProtocol() string

func (*Proxy) GetPubHost

func (x *Proxy) GetPubHost() string

func (*Proxy) GetPubPort

func (x *Proxy) GetPubPort() int64

func (*Proxy) ProtoMessage

func (*Proxy) ProtoMessage()

func (*Proxy) ProtoReflect

func (x *Proxy) ProtoReflect() protoreflect.Message

func (*Proxy) Reset

func (x *Proxy) Reset()

func (*Proxy) SetName

func (x *Proxy) SetName(v string)

func (*Proxy) SetPriHost

func (x *Proxy) SetPriHost(v string)

func (*Proxy) SetPriPort

func (x *Proxy) SetPriPort(v int64)

func (*Proxy) SetProtocol

func (x *Proxy) SetProtocol(v string)

func (*Proxy) SetPubHost

func (x *Proxy) SetPubHost(v string)

func (*Proxy) SetPubPort

func (x *Proxy) SetPubPort(v int64)

func (*Proxy) String

func (x *Proxy) String() string

type Proxy_builder

type Proxy_builder struct {
	Name     string
	Protocol string
	PubHost  string
	PubPort  int64
	PriHost  string
	PriPort  int64
	// contains filtered or unexported fields
}

func (Proxy_builder) Build

func (b0 Proxy_builder) Build() *Proxy

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL