Documentation
¶
Index ¶
- Variables
- type AuthenticateReq
- func (*AuthenticateReq) Descriptor() ([]byte, []int)deprecated
- func (x *AuthenticateReq) GetAuthentication() []byte
- func (x *AuthenticateReq) GetBuildVersion() string
- func (x *AuthenticateReq) GetMetadata() string
- func (*AuthenticateReq) ProtoMessage()
- func (x *AuthenticateReq) ProtoReflect() protoreflect.Message
- func (x *AuthenticateReq) Reset()
- func (x *AuthenticateReq) String() string
- type AuthenticateResp
Constants ¶
This section is empty.
Variables ¶
View Source
var File_client_relay_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AuthenticateReq ¶
type AuthenticateReq struct {
Authentication []byte `protobuf:"bytes,1,opt,name=authentication,proto3" json:"authentication,omitempty"`
Metadata string `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
BuildVersion string `protobuf:"bytes,3,opt,name=build_version,json=buildVersion,proto3" json:"build_version,omitempty"`
// contains filtered or unexported fields
}
func (*AuthenticateReq) Descriptor
deprecated
func (*AuthenticateReq) Descriptor() ([]byte, []int)
Deprecated: Use AuthenticateReq.ProtoReflect.Descriptor instead.
func (*AuthenticateReq) GetAuthentication ¶ added in v0.13.1
func (x *AuthenticateReq) GetAuthentication() []byte
func (*AuthenticateReq) GetBuildVersion ¶
func (x *AuthenticateReq) GetBuildVersion() string
func (*AuthenticateReq) GetMetadata ¶
func (x *AuthenticateReq) GetMetadata() string
func (*AuthenticateReq) ProtoMessage ¶
func (*AuthenticateReq) ProtoMessage()
func (*AuthenticateReq) ProtoReflect ¶
func (x *AuthenticateReq) ProtoReflect() protoreflect.Message
func (*AuthenticateReq) Reset ¶
func (x *AuthenticateReq) Reset()
func (*AuthenticateReq) String ¶
func (x *AuthenticateReq) String() string
type AuthenticateResp ¶
type AuthenticateResp struct {
Error *pberror.Error `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
// contains filtered or unexported fields
}
func (*AuthenticateResp) Descriptor
deprecated
func (*AuthenticateResp) Descriptor() ([]byte, []int)
Deprecated: Use AuthenticateResp.ProtoReflect.Descriptor instead.
func (*AuthenticateResp) GetError ¶
func (x *AuthenticateResp) GetError() *pberror.Error
func (*AuthenticateResp) ProtoMessage ¶
func (*AuthenticateResp) ProtoMessage()
func (*AuthenticateResp) ProtoReflect ¶
func (x *AuthenticateResp) ProtoReflect() protoreflect.Message
func (*AuthenticateResp) Reset ¶
func (x *AuthenticateResp) Reset()
func (*AuthenticateResp) String ¶
func (x *AuthenticateResp) String() string
Click to show internal directories.
Click to hide internal directories.