Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_gateway_gateway_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GetServerReq ¶
type GetServerReq struct {
// contains filtered or unexported fields
}
func (*GetServerReq) Descriptor
deprecated
func (*GetServerReq) Descriptor() ([]byte, []int)
Deprecated: Use GetServerReq.ProtoReflect.Descriptor instead.
func (*GetServerReq) ProtoMessage ¶
func (*GetServerReq) ProtoMessage()
func (*GetServerReq) ProtoReflect ¶
func (x *GetServerReq) ProtoReflect() protoreflect.Message
func (*GetServerReq) Reset ¶
func (x *GetServerReq) Reset()
func (*GetServerReq) String ¶
func (x *GetServerReq) String() string
type GetServerResp ¶
type GetServerResp struct { ServerAddr string `protobuf:"bytes,1,opt,name=server_addr,json=serverAddr,proto3" json:"server_addr,omitempty"` // contains filtered or unexported fields }
func (*GetServerResp) Descriptor
deprecated
func (*GetServerResp) Descriptor() ([]byte, []int)
Deprecated: Use GetServerResp.ProtoReflect.Descriptor instead.
func (*GetServerResp) GetServerAddr ¶
func (x *GetServerResp) GetServerAddr() string
func (*GetServerResp) ProtoMessage ¶
func (*GetServerResp) ProtoMessage()
func (*GetServerResp) ProtoReflect ¶
func (x *GetServerResp) ProtoReflect() protoreflect.Message
func (*GetServerResp) Reset ¶
func (x *GetServerResp) Reset()
func (*GetServerResp) String ¶
func (x *GetServerResp) String() string
Click to show internal directories.
Click to hide internal directories.