Documentation ¶
Index ¶
- Variables
- type SyncatAuthRequestBody
- func (*SyncatAuthRequestBody) Descriptor() ([]byte, []int)deprecated
- func (x *SyncatAuthRequestBody) GetClientUuid() string
- func (x *SyncatAuthRequestBody) GetToken() string
- func (*SyncatAuthRequestBody) ProtoMessage()
- func (x *SyncatAuthRequestBody) ProtoReflect() protoreflect.Message
- func (x *SyncatAuthRequestBody) Reset()
- func (x *SyncatAuthRequestBody) String() string
- type SyncatReplyRequestBody
- func (*SyncatReplyRequestBody) Descriptor() ([]byte, []int)deprecated
- func (x *SyncatReplyRequestBody) GetClientUuid() string
- func (x *SyncatReplyRequestBody) GetMessage() string
- func (x *SyncatReplyRequestBody) GetSuccess() bool
- func (*SyncatReplyRequestBody) ProtoMessage()
- func (x *SyncatReplyRequestBody) ProtoReflect() protoreflect.Message
- func (x *SyncatReplyRequestBody) Reset()
- func (x *SyncatReplyRequestBody) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_proto_auth_proto protoreflect.FileDescriptor
View Source
var File_pkg_proto_reply_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type SyncatAuthRequestBody ¶
type SyncatAuthRequestBody struct { ClientUuid string `protobuf:"bytes,1,opt,name=clientUuid,proto3" json:"clientUuid,omitempty"` Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` // contains filtered or unexported fields }
func (*SyncatAuthRequestBody) Descriptor
deprecated
func (*SyncatAuthRequestBody) Descriptor() ([]byte, []int)
Deprecated: Use SyncatAuthRequestBody.ProtoReflect.Descriptor instead.
func (*SyncatAuthRequestBody) GetClientUuid ¶
func (x *SyncatAuthRequestBody) GetClientUuid() string
func (*SyncatAuthRequestBody) GetToken ¶
func (x *SyncatAuthRequestBody) GetToken() string
func (*SyncatAuthRequestBody) ProtoMessage ¶
func (*SyncatAuthRequestBody) ProtoMessage()
func (*SyncatAuthRequestBody) ProtoReflect ¶
func (x *SyncatAuthRequestBody) ProtoReflect() protoreflect.Message
func (*SyncatAuthRequestBody) Reset ¶
func (x *SyncatAuthRequestBody) Reset()
func (*SyncatAuthRequestBody) String ¶
func (x *SyncatAuthRequestBody) String() string
type SyncatReplyRequestBody ¶
type SyncatReplyRequestBody struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` ClientUuid string `protobuf:"bytes,2,opt,name=clientUuid,proto3" json:"clientUuid,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*SyncatReplyRequestBody) Descriptor
deprecated
func (*SyncatReplyRequestBody) Descriptor() ([]byte, []int)
Deprecated: Use SyncatReplyRequestBody.ProtoReflect.Descriptor instead.
func (*SyncatReplyRequestBody) GetClientUuid ¶
func (x *SyncatReplyRequestBody) GetClientUuid() string
func (*SyncatReplyRequestBody) GetMessage ¶
func (x *SyncatReplyRequestBody) GetMessage() string
func (*SyncatReplyRequestBody) GetSuccess ¶
func (x *SyncatReplyRequestBody) GetSuccess() bool
func (*SyncatReplyRequestBody) ProtoMessage ¶
func (*SyncatReplyRequestBody) ProtoMessage()
func (*SyncatReplyRequestBody) ProtoReflect ¶
func (x *SyncatReplyRequestBody) ProtoReflect() protoreflect.Message
func (*SyncatReplyRequestBody) Reset ¶
func (x *SyncatReplyRequestBody) Reset()
func (*SyncatReplyRequestBody) String ¶
func (x *SyncatReplyRequestBody) String() string
Click to show internal directories.
Click to hide internal directories.