Documentation
¶
Index ¶
- Variables
- type AuthenticateReq
- func (*AuthenticateReq) Descriptor() ([]byte, []int)deprecated
- func (x *AuthenticateReq) GetAuthenticationSignature() []byte
- func (x *AuthenticateReq) GetBuildVersion() string
- func (x *AuthenticateReq) GetEndpoint() *pbmodel.Endpoint
- func (x *AuthenticateReq) GetMetadata() string
- func (x *AuthenticateReq) GetRole() pbmodel.Role
- 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 {
Endpoint *pbmodel.Endpoint `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
Role pbmodel.Role `protobuf:"varint,2,opt,name=role,proto3,enum=model.Role" json:"role,omitempty"`
AuthenticationSignature []byte `` /* 130-byte string literal not displayed */
Metadata string `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
BuildVersion string `protobuf:"bytes,5,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) GetAuthenticationSignature ¶
func (x *AuthenticateReq) GetAuthenticationSignature() []byte
func (*AuthenticateReq) GetBuildVersion ¶
func (x *AuthenticateReq) GetBuildVersion() string
func (*AuthenticateReq) GetEndpoint ¶
func (x *AuthenticateReq) GetEndpoint() *pbmodel.Endpoint
func (*AuthenticateReq) GetMetadata ¶
func (x *AuthenticateReq) GetMetadata() string
func (*AuthenticateReq) GetRole ¶
func (x *AuthenticateReq) GetRole() pbmodel.Role
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.