Versions in this module Expand all Collapse all v0 v0.0.3 Jul 19, 2024 v0.0.2 Jul 8, 2024 v0.0.1 Jul 3, 2024 Changes in this version + var File_common_model_v2_conn_proto protoreflect.FileDescriptor + var File_common_model_v2_msg_proto protoreflect.FileDescriptor + var File_common_model_v2_node_proto protoreflect.FileDescriptor + var File_common_model_v2_user_proto protoreflect.FileDescriptor + var Identifier_name = map[int32]string + var Identifier_value = map[string]int32 + var ResCode_name = map[int32]string + var ResCode_value = map[string]int32 + var SessionType_name = map[int32]string + var SessionType_value = map[string]int32 + type Conn struct + ConnID string + IsBackground bool + Language string + Platform string + RpcAddr string + TenantId string + Token string + UserID string + func (*Conn) Descriptor() ([]byte, []int) + func (*Conn) ProtoMessage() + func (m *Conn) Validate() error + func (m *Conn) ValidateAll() error + func (x *Conn) GetConnID() string + func (x *Conn) GetIsBackground() bool + func (x *Conn) GetLanguage() string + func (x *Conn) GetPlatform() string + func (x *Conn) GetRpcAddr() string + func (x *Conn) GetTenantId() string + func (x *Conn) GetToken() string + func (x *Conn) GetUserID() string + func (x *Conn) ProtoReflect() protoreflect.Message + func (x *Conn) Reset() + func (x *Conn) String() string + type ConnMultiError []error + func (m ConnMultiError) AllErrors() []error + func (m ConnMultiError) Error() string + type ConnValidationError struct + func (e ConnValidationError) Cause() error + func (e ConnValidationError) Error() string + func (e ConnValidationError) ErrorName() string + func (e ConnValidationError) Field() string + func (e ConnValidationError) Key() bool + func (e ConnValidationError) Reason() string + type EncryptionReply struct + Code int32 + Data *SingedMsg + Msg string + Reason string + func (*EncryptionReply) Descriptor() ([]byte, []int) + func (*EncryptionReply) ProtoMessage() + func (m *EncryptionReply) Validate() error + func (m *EncryptionReply) ValidateAll() error + func (x *EncryptionReply) GetCode() int32 + func (x *EncryptionReply) GetData() *SingedMsg + func (x *EncryptionReply) GetMsg() string + func (x *EncryptionReply) GetReason() string + func (x *EncryptionReply) ProtoReflect() protoreflect.Message + func (x *EncryptionReply) Reset() + func (x *EncryptionReply) String() string + type EncryptionReplyMultiError []error + func (m EncryptionReplyMultiError) AllErrors() []error + func (m EncryptionReplyMultiError) Error() string + type EncryptionReplyValidationError struct + func (e EncryptionReplyValidationError) Cause() error + func (e EncryptionReplyValidationError) Error() string + func (e EncryptionReplyValidationError) ErrorName() string + func (e EncryptionReplyValidationError) Field() string + func (e EncryptionReplyValidationError) Key() bool + func (e EncryptionReplyValidationError) Reason() string + type EscalationData struct + Data *SingedMsg + NodeId string + func (*EscalationData) Descriptor() ([]byte, []int) + func (*EscalationData) ProtoMessage() + func (m *EscalationData) Validate() error + func (m *EscalationData) ValidateAll() error + func (x *EscalationData) GetData() *SingedMsg + func (x *EscalationData) GetNodeId() string + func (x *EscalationData) ProtoReflect() protoreflect.Message + func (x *EscalationData) Reset() + func (x *EscalationData) String() string + type EscalationDataMultiError []error + func (m EscalationDataMultiError) AllErrors() []error + func (m EscalationDataMultiError) Error() string + type EscalationDataValidationError struct + func (e EscalationDataValidationError) Cause() error + func (e EscalationDataValidationError) Error() string + func (e EscalationDataValidationError) ErrorName() string + func (e EscalationDataValidationError) Field() string + func (e EscalationDataValidationError) Key() bool + func (e EscalationDataValidationError) Reason() string + type GetMaxSeqMsg struct + SessionType int32 + Uid string + func (*GetMaxSeqMsg) Descriptor() ([]byte, []int) + func (*GetMaxSeqMsg) ProtoMessage() + func (m *GetMaxSeqMsg) Validate() error + func (m *GetMaxSeqMsg) ValidateAll() error + func (x *GetMaxSeqMsg) GetSessionType() int32 + func (x *GetMaxSeqMsg) GetUid() string + func (x *GetMaxSeqMsg) ProtoReflect() protoreflect.Message + func (x *GetMaxSeqMsg) Reset() + func (x *GetMaxSeqMsg) String() string + type GetMaxSeqMsgMultiError []error + func (m GetMaxSeqMsgMultiError) AllErrors() []error + func (m GetMaxSeqMsgMultiError) Error() string + type GetMaxSeqMsgValidationError struct + func (e GetMaxSeqMsgValidationError) Cause() error + func (e GetMaxSeqMsgValidationError) Error() string + func (e GetMaxSeqMsgValidationError) ErrorName() string + func (e GetMaxSeqMsgValidationError) Field() string + func (e GetMaxSeqMsgValidationError) Key() bool + func (e GetMaxSeqMsgValidationError) Reason() string + type Identifier int32 + const Identifier_GetMaxSeq + const Identifier_KickOnlineMsg + const Identifier_LoginOutMsg + const Identifier_PullMsg + const Identifier_PushAckMsg + const Identifier_PushMsg + const Identifier_SendMsg + const Identifier_SetBackgroundStatus + const Identifier_SetLanguage + const Identifier_SignalMsg + func (Identifier) Descriptor() protoreflect.EnumDescriptor + func (Identifier) EnumDescriptor() ([]byte, []int) + func (Identifier) Type() protoreflect.EnumType + func (x Identifier) Enum() *Identifier + func (x Identifier) Number() protoreflect.EnumNumber + func (x Identifier) String() string + type MessageSaveToMq struct + Messages []*MessageTransfer + func (*MessageSaveToMq) Descriptor() ([]byte, []int) + func (*MessageSaveToMq) ProtoMessage() + func (m *MessageSaveToMq) Validate() error + func (m *MessageSaveToMq) ValidateAll() error + func (x *MessageSaveToMq) GetMessages() []*MessageTransfer + func (x *MessageSaveToMq) ProtoReflect() protoreflect.Message + func (x *MessageSaveToMq) Reset() + func (x *MessageSaveToMq) String() string + type MessageSaveToMqMultiError []error + func (m MessageSaveToMqMultiError) AllErrors() []error + func (m MessageSaveToMqMultiError) Error() string + type MessageSaveToMqValidationError struct + func (e MessageSaveToMqValidationError) Cause() error + func (e MessageSaveToMqValidationError) Error() string + func (e MessageSaveToMqValidationError) ErrorName() string + func (e MessageSaveToMqValidationError) Field() string + func (e MessageSaveToMqValidationError) Key() bool + func (e MessageSaveToMqValidationError) Reason() string + type MessageTransfer struct + MsgDate *MsgData + TenantId string + UserId string + func (*MessageTransfer) Descriptor() ([]byte, []int) + func (*MessageTransfer) ProtoMessage() + func (m *MessageTransfer) Validate() error + func (m *MessageTransfer) ValidateAll() error + func (x *MessageTransfer) GetMsgDate() *MsgData + func (x *MessageTransfer) GetTenantId() string + func (x *MessageTransfer) GetUserId() string + func (x *MessageTransfer) ProtoReflect() protoreflect.Message + func (x *MessageTransfer) Reset() + func (x *MessageTransfer) String() string + type MessageTransferMultiError []error + func (m MessageTransferMultiError) AllErrors() []error + func (m MessageTransferMultiError) Error() string + type MessageTransferValidationError struct + func (e MessageTransferValidationError) Cause() error + func (e MessageTransferValidationError) Error() string + func (e MessageTransferValidationError) ErrorName() string + func (e MessageTransferValidationError) Field() string + func (e MessageTransferValidationError) Key() bool + func (e MessageTransferValidationError) Reason() string + type MsgData struct + AtUserIDList []string + AttachedInfo string + ClientMsgID string + Content []byte + ContentType int32 + CreateTime int64 + Ex string + GroupID string + IsExternalExtensions bool + IsReact bool + MsgDataList []byte + MsgFirstModifyTime int64 + MsgFrom int32 + OfflinePushInfo *OfflinePushInfo + Options map[string]bool + ReceiveID string + SendID string + SendTime int64 + SenderFaceURL string + SenderNickname string + SenderPlatform string + Seq int64 + ServerMsgID string + SessionType int32 + Status int32 + func (*MsgData) Descriptor() ([]byte, []int) + func (*MsgData) ProtoMessage() + func (m *MsgData) Validate() error + func (m *MsgData) ValidateAll() error + func (x *MsgData) GetAtUserIDList() []string + func (x *MsgData) GetAttachedInfo() string + func (x *MsgData) GetClientMsgID() string + func (x *MsgData) GetContent() []byte + func (x *MsgData) GetContentType() int32 + func (x *MsgData) GetCreateTime() int64 + func (x *MsgData) GetEx() string + func (x *MsgData) GetGroupID() string + func (x *MsgData) GetIsExternalExtensions() bool + func (x *MsgData) GetIsReact() bool + func (x *MsgData) GetMsgDataList() []byte + func (x *MsgData) GetMsgFirstModifyTime() int64 + func (x *MsgData) GetMsgFrom() int32 + func (x *MsgData) GetOfflinePushInfo() *OfflinePushInfo + func (x *MsgData) GetOptions() map[string]bool + func (x *MsgData) GetReceiveID() string + func (x *MsgData) GetSendID() string + func (x *MsgData) GetSendTime() int64 + func (x *MsgData) GetSenderFaceURL() string + func (x *MsgData) GetSenderNickname() string + func (x *MsgData) GetSenderPlatform() string + func (x *MsgData) GetSeq() int64 + func (x *MsgData) GetServerMsgID() string + func (x *MsgData) GetSessionType() int32 + func (x *MsgData) GetStatus() int32 + func (x *MsgData) ProtoReflect() protoreflect.Message + func (x *MsgData) Reset() + func (x *MsgData) String() string + type MsgDataMultiError []error + func (m MsgDataMultiError) AllErrors() []error + func (m MsgDataMultiError) Error() string + type MsgDataValidationError struct + func (e MsgDataValidationError) Cause() error + func (e MsgDataValidationError) Error() string + func (e MsgDataValidationError) ErrorName() string + func (e MsgDataValidationError) Field() string + func (e MsgDataValidationError) Key() bool + func (e MsgDataValidationError) Reason() string + type MsgReply struct + Code ResCode + Data []byte + Identifier Identifier + Msg string + MsgIncr string + Reason string + Seq int64 + ServerMsgId string + TrackID string + func (*MsgReply) Descriptor() ([]byte, []int) + func (*MsgReply) ProtoMessage() + func (m *MsgReply) Validate() error + func (m *MsgReply) ValidateAll() error + func (x *MsgReply) GetCode() ResCode + func (x *MsgReply) GetData() []byte + func (x *MsgReply) GetIdentifier() Identifier + func (x *MsgReply) GetMsg() string + func (x *MsgReply) GetMsgIncr() string + func (x *MsgReply) GetReason() string + func (x *MsgReply) GetSeq() int64 + func (x *MsgReply) GetServerMsgId() string + func (x *MsgReply) GetTrackID() string + func (x *MsgReply) ProtoReflect() protoreflect.Message + func (x *MsgReply) Reset() + func (x *MsgReply) String() string + type MsgReplyMultiError []error + func (m MsgReplyMultiError) AllErrors() []error + func (m MsgReplyMultiError) Error() string + type MsgReplyValidationError struct + func (e MsgReplyValidationError) Cause() error + func (e MsgReplyValidationError) Error() string + func (e MsgReplyValidationError) ErrorName() string + func (e MsgReplyValidationError) Field() string + func (e MsgReplyValidationError) Key() bool + func (e MsgReplyValidationError) Reason() string + type MsgReq struct + Data []byte + Identifier Identifier + MsgIncr string + SendID string + Token string + TrackID string + func (*MsgReq) Descriptor() ([]byte, []int) + func (*MsgReq) ProtoMessage() + func (m *MsgReq) Validate() error + func (m *MsgReq) ValidateAll() error + func (x *MsgReq) GetData() []byte + func (x *MsgReq) GetIdentifier() Identifier + func (x *MsgReq) GetMsgIncr() string + func (x *MsgReq) GetSendID() string + func (x *MsgReq) GetToken() string + func (x *MsgReq) GetTrackID() string + func (x *MsgReq) ProtoReflect() protoreflect.Message + func (x *MsgReq) Reset() + func (x *MsgReq) String() string + type MsgReqMultiError []error + func (m MsgReqMultiError) AllErrors() []error + func (m MsgReqMultiError) Error() string + type MsgReqValidationError struct + func (e MsgReqValidationError) Cause() error + func (e MsgReqValidationError) Error() string + func (e MsgReqValidationError) ErrorName() string + func (e MsgReqValidationError) Field() string + func (e MsgReqValidationError) Key() bool + func (e MsgReqValidationError) Reason() string + type NodeBase struct + AvAppid string + AvSecret string + Code string + CreatedAt int64 + DeletedAt int64 + EndTime int64 + ImApiUrl string + ImWsUrl string + Logo string + ManageApi string + MasterApi string + MasterNodeId string + Name string + NodeId string + NodeType int32 + PromotionCode string + SlaveApi string + Sort int32 + StartTime int64 + Status int32 + UpdatedAt int64 + Version string + func (*NodeBase) Descriptor() ([]byte, []int) + func (*NodeBase) ProtoMessage() + func (m *NodeBase) Validate() error + func (m *NodeBase) ValidateAll() error + func (x *NodeBase) GetAvAppid() string + func (x *NodeBase) GetAvSecret() string + func (x *NodeBase) GetCode() string + func (x *NodeBase) GetCreatedAt() int64 + func (x *NodeBase) GetDeletedAt() int64 + func (x *NodeBase) GetEndTime() int64 + func (x *NodeBase) GetImApiUrl() string + func (x *NodeBase) GetImWsUrl() string + func (x *NodeBase) GetLogo() string + func (x *NodeBase) GetManageApi() string + func (x *NodeBase) GetMasterApi() string + func (x *NodeBase) GetMasterNodeId() string + func (x *NodeBase) GetName() string + func (x *NodeBase) GetNodeId() string + func (x *NodeBase) GetNodeType() int32 + func (x *NodeBase) GetPromotionCode() string + func (x *NodeBase) GetSlaveApi() string + func (x *NodeBase) GetSort() int32 + func (x *NodeBase) GetStartTime() int64 + func (x *NodeBase) GetStatus() int32 + func (x *NodeBase) GetUpdatedAt() int64 + func (x *NodeBase) GetVersion() string + func (x *NodeBase) ProtoReflect() protoreflect.Message + func (x *NodeBase) Reset() + func (x *NodeBase) String() string + type NodeBaseMultiError []error + func (m NodeBaseMultiError) AllErrors() []error + func (m NodeBaseMultiError) Error() string + type NodeBaseValidationError struct + func (e NodeBaseValidationError) Cause() error + func (e NodeBaseValidationError) Error() string + func (e NodeBaseValidationError) ErrorName() string + func (e NodeBaseValidationError) Field() string + func (e NodeBaseValidationError) Key() bool + func (e NodeBaseValidationError) Reason() string + type NodeMasterSyncInfo struct + Enable string + Functions string + MasterApi string + MasterPubKey string + NodeId string + NodePriKey string + func (*NodeMasterSyncInfo) Descriptor() ([]byte, []int) + func (*NodeMasterSyncInfo) ProtoMessage() + func (m *NodeMasterSyncInfo) Validate() error + func (m *NodeMasterSyncInfo) ValidateAll() error + func (x *NodeMasterSyncInfo) GetEnable() string + func (x *NodeMasterSyncInfo) GetFunctions() string + func (x *NodeMasterSyncInfo) GetMasterApi() string + func (x *NodeMasterSyncInfo) GetMasterPubKey() string + func (x *NodeMasterSyncInfo) GetNodeId() string + func (x *NodeMasterSyncInfo) GetNodePriKey() string + func (x *NodeMasterSyncInfo) ProtoReflect() protoreflect.Message + func (x *NodeMasterSyncInfo) Reset() + func (x *NodeMasterSyncInfo) String() string + type NodeMasterSyncInfoMultiError []error + func (m NodeMasterSyncInfoMultiError) AllErrors() []error + func (m NodeMasterSyncInfoMultiError) Error() string + type NodeMasterSyncInfoReq struct + NodeId string + func (*NodeMasterSyncInfoReq) Descriptor() ([]byte, []int) + func (*NodeMasterSyncInfoReq) ProtoMessage() + func (m *NodeMasterSyncInfoReq) Validate() error + func (m *NodeMasterSyncInfoReq) ValidateAll() error + func (x *NodeMasterSyncInfoReq) GetNodeId() string + func (x *NodeMasterSyncInfoReq) ProtoReflect() protoreflect.Message + func (x *NodeMasterSyncInfoReq) Reset() + func (x *NodeMasterSyncInfoReq) String() string + type NodeMasterSyncInfoReqMultiError []error + func (m NodeMasterSyncInfoReqMultiError) AllErrors() []error + func (m NodeMasterSyncInfoReqMultiError) Error() string + type NodeMasterSyncInfoReqValidationError struct + func (e NodeMasterSyncInfoReqValidationError) Cause() error + func (e NodeMasterSyncInfoReqValidationError) Error() string + func (e NodeMasterSyncInfoReqValidationError) ErrorName() string + func (e NodeMasterSyncInfoReqValidationError) Field() string + func (e NodeMasterSyncInfoReqValidationError) Key() bool + func (e NodeMasterSyncInfoReqValidationError) Reason() string + type NodeMasterSyncInfoValidationError struct + func (e NodeMasterSyncInfoValidationError) Cause() error + func (e NodeMasterSyncInfoValidationError) Error() string + func (e NodeMasterSyncInfoValidationError) ErrorName() string + func (e NodeMasterSyncInfoValidationError) Field() string + func (e NodeMasterSyncInfoValidationError) Key() bool + func (e NodeMasterSyncInfoValidationError) Reason() string + type OfflinePushInfo struct + Desc string + Ex string + IOSBadgeCount bool + IOSPushSound string + Title string + func (*OfflinePushInfo) Descriptor() ([]byte, []int) + func (*OfflinePushInfo) ProtoMessage() + func (m *OfflinePushInfo) Validate() error + func (m *OfflinePushInfo) ValidateAll() error + func (x *OfflinePushInfo) GetDesc() string + func (x *OfflinePushInfo) GetEx() string + func (x *OfflinePushInfo) GetIOSBadgeCount() bool + func (x *OfflinePushInfo) GetIOSPushSound() string + func (x *OfflinePushInfo) GetTitle() string + func (x *OfflinePushInfo) ProtoReflect() protoreflect.Message + func (x *OfflinePushInfo) Reset() + func (x *OfflinePushInfo) String() string + type OfflinePushInfoMultiError []error + func (m OfflinePushInfoMultiError) AllErrors() []error + func (m OfflinePushInfoMultiError) Error() string + type OfflinePushInfoValidationError struct + func (e OfflinePushInfoValidationError) Cause() error + func (e OfflinePushInfoValidationError) Error() string + func (e OfflinePushInfoValidationError) ErrorName() string + func (e OfflinePushInfoValidationError) Field() string + func (e OfflinePushInfoValidationError) Key() bool + func (e OfflinePushInfoValidationError) Reason() string + type Pagination struct + No int32 + Size int32 + func (*Pagination) Descriptor() ([]byte, []int) + func (*Pagination) ProtoMessage() + func (m *Pagination) Validate() error + func (m *Pagination) ValidateAll() error + func (x *Pagination) GetNo() int32 + func (x *Pagination) GetSize() int32 + func (x *Pagination) ProtoReflect() protoreflect.Message + func (x *Pagination) Reset() + func (x *Pagination) String() string + type PaginationMultiError []error + func (m PaginationMultiError) AllErrors() []error + func (m PaginationMultiError) Error() string + type PaginationValidationError struct + func (e PaginationValidationError) Cause() error + func (e PaginationValidationError) Error() string + func (e PaginationValidationError) ErrorName() string + func (e PaginationValidationError) Field() string + func (e PaginationValidationError) Key() bool + func (e PaginationValidationError) Reason() string + type PullingMsg struct + MsgType int32 + Seqs []int64 + SessionType int32 + Uid string + func (*PullingMsg) Descriptor() ([]byte, []int) + func (*PullingMsg) ProtoMessage() + func (m *PullingMsg) Validate() error + func (m *PullingMsg) ValidateAll() error + func (x *PullingMsg) GetMsgType() int32 + func (x *PullingMsg) GetSeqs() []int64 + func (x *PullingMsg) GetSessionType() int32 + func (x *PullingMsg) GetUid() string + func (x *PullingMsg) ProtoReflect() protoreflect.Message + func (x *PullingMsg) Reset() + func (x *PullingMsg) String() string + type PullingMsgMultiError []error + func (m PullingMsgMultiError) AllErrors() []error + func (m PullingMsgMultiError) Error() string + type PullingMsgValidationError struct + func (e PullingMsgValidationError) Cause() error + func (e PullingMsgValidationError) Error() string + func (e PullingMsgValidationError) ErrorName() string + func (e PullingMsgValidationError) Field() string + func (e PullingMsgValidationError) Key() bool + func (e PullingMsgValidationError) Reason() string + type ResCode int32 + const ResCode_ArgsValidateErr + const ResCode_DecodeErr + const ResCode_SendErr + const ResCode_SendReceiverError + const ResCode_Success + func (ResCode) Descriptor() protoreflect.EnumDescriptor + func (ResCode) EnumDescriptor() ([]byte, []int) + func (ResCode) Type() protoreflect.EnumType + func (x ResCode) Enum() *ResCode + func (x ResCode) Number() protoreflect.EnumNumber + func (x ResCode) String() string + type ResMaxSeqMsg struct + MaxSeq int64 + SessionType int32 + Uid string + func (*ResMaxSeqMsg) Descriptor() ([]byte, []int) + func (*ResMaxSeqMsg) ProtoMessage() + func (m *ResMaxSeqMsg) Validate() error + func (m *ResMaxSeqMsg) ValidateAll() error + func (x *ResMaxSeqMsg) GetMaxSeq() int64 + func (x *ResMaxSeqMsg) GetSessionType() int32 + func (x *ResMaxSeqMsg) GetUid() string + func (x *ResMaxSeqMsg) ProtoReflect() protoreflect.Message + func (x *ResMaxSeqMsg) Reset() + func (x *ResMaxSeqMsg) String() string + type ResMaxSeqMsgMultiError []error + func (m ResMaxSeqMsgMultiError) AllErrors() []error + func (m ResMaxSeqMsgMultiError) Error() string + type ResMaxSeqMsgValidationError struct + func (e ResMaxSeqMsgValidationError) Cause() error + func (e ResMaxSeqMsgValidationError) Error() string + func (e ResMaxSeqMsgValidationError) ErrorName() string + func (e ResMaxSeqMsgValidationError) Field() string + func (e ResMaxSeqMsgValidationError) Key() bool + func (e ResMaxSeqMsgValidationError) Reason() string + type ResPullingMsg struct + Count int64 + Messages []*MsgData + MinSeq int64 + SessionType int32 + Uid string + func (*ResPullingMsg) Descriptor() ([]byte, []int) + func (*ResPullingMsg) ProtoMessage() + func (m *ResPullingMsg) Validate() error + func (m *ResPullingMsg) ValidateAll() error + func (x *ResPullingMsg) GetCount() int64 + func (x *ResPullingMsg) GetMessages() []*MsgData + func (x *ResPullingMsg) GetMinSeq() int64 + func (x *ResPullingMsg) GetSessionType() int32 + func (x *ResPullingMsg) GetUid() string + func (x *ResPullingMsg) ProtoReflect() protoreflect.Message + func (x *ResPullingMsg) Reset() + func (x *ResPullingMsg) String() string + type ResPullingMsgMultiError []error + func (m ResPullingMsgMultiError) AllErrors() []error + func (m ResPullingMsgMultiError) Error() string + type ResPullingMsgValidationError struct + func (e ResPullingMsgValidationError) Cause() error + func (e ResPullingMsgValidationError) Error() string + func (e ResPullingMsgValidationError) ErrorName() string + func (e ResPullingMsgValidationError) Field() string + func (e ResPullingMsgValidationError) Key() bool + func (e ResPullingMsgValidationError) Reason() string + type SessionType int32 + const SessionType_GroupChatType + const SessionType_NotificationChatType + const SessionType_SingleChatType + const SessionType_SuperGroupChatType + func (SessionType) Descriptor() protoreflect.EnumDescriptor + func (SessionType) EnumDescriptor() ([]byte, []int) + func (SessionType) Type() protoreflect.EnumType + func (x SessionType) Enum() *SessionType + func (x SessionType) Number() protoreflect.EnumNumber + func (x SessionType) String() string + type SetBackgroundStatusReq struct + IsBackground bool + func (*SetBackgroundStatusReq) Descriptor() ([]byte, []int) + func (*SetBackgroundStatusReq) ProtoMessage() + func (m *SetBackgroundStatusReq) Validate() error + func (m *SetBackgroundStatusReq) ValidateAll() error + func (x *SetBackgroundStatusReq) GetIsBackground() bool + func (x *SetBackgroundStatusReq) ProtoReflect() protoreflect.Message + func (x *SetBackgroundStatusReq) Reset() + func (x *SetBackgroundStatusReq) String() string + type SetBackgroundStatusReqMultiError []error + func (m SetBackgroundStatusReqMultiError) AllErrors() []error + func (m SetBackgroundStatusReqMultiError) Error() string + type SetBackgroundStatusReqValidationError struct + func (e SetBackgroundStatusReqValidationError) Cause() error + func (e SetBackgroundStatusReqValidationError) Error() string + func (e SetBackgroundStatusReqValidationError) ErrorName() string + func (e SetBackgroundStatusReqValidationError) Field() string + func (e SetBackgroundStatusReqValidationError) Key() bool + func (e SetBackgroundStatusReqValidationError) Reason() string + type SetLanguageReq struct + Language string + func (*SetLanguageReq) Descriptor() ([]byte, []int) + func (*SetLanguageReq) ProtoMessage() + func (m *SetLanguageReq) Validate() error + func (m *SetLanguageReq) ValidateAll() error + func (x *SetLanguageReq) GetLanguage() string + func (x *SetLanguageReq) ProtoReflect() protoreflect.Message + func (x *SetLanguageReq) Reset() + func (x *SetLanguageReq) String() string + type SetLanguageReqMultiError []error + func (m SetLanguageReqMultiError) AllErrors() []error + func (m SetLanguageReqMultiError) Error() string + type SetLanguageReqValidationError struct + func (e SetLanguageReqValidationError) Cause() error + func (e SetLanguageReqValidationError) Error() string + func (e SetLanguageReqValidationError) ErrorName() string + func (e SetLanguageReqValidationError) Field() string + func (e SetLanguageReqValidationError) Key() bool + func (e SetLanguageReqValidationError) Reason() string + type SingedMsg struct + Data string + Sign string + func (*SingedMsg) Descriptor() ([]byte, []int) + func (*SingedMsg) ProtoMessage() + func (m *SingedMsg) Validate() error + func (m *SingedMsg) ValidateAll() error + func (x *SingedMsg) GetData() string + func (x *SingedMsg) GetSign() string + func (x *SingedMsg) ProtoReflect() protoreflect.Message + func (x *SingedMsg) Reset() + func (x *SingedMsg) String() string + type SingedMsgMultiError []error + func (m SingedMsgMultiError) AllErrors() []error + func (m SingedMsgMultiError) Error() string + type SingedMsgValidationError struct + func (e SingedMsgValidationError) Cause() error + func (e SingedMsgValidationError) Error() string + func (e SingedMsgValidationError) ErrorName() string + func (e SingedMsgValidationError) Field() string + func (e SingedMsgValidationError) Key() bool + func (e SingedMsgValidationError) Reason() string + type SyncUser struct + Account string + AccountType v2.AccountType + AreaCode int32 + Birth int64 + CenterUserId string + Code string + CreatedAt int64 + DeletedAt int64 + Email string + FaceURL string + FromUserid string + FullName string + Gender v2.Gender + Id string + IsGenerate int32 + LastLoginNodeId string + Nickname string + NodeId string + Password string + PersonId string + Phone string + ShareCode string + Status int32 + TenantId string + UpdatedAt int64 + func (*SyncUser) Descriptor() ([]byte, []int) + func (*SyncUser) ProtoMessage() + func (m *SyncUser) Validate() error + func (m *SyncUser) ValidateAll() error + func (x *SyncUser) GetAccount() string + func (x *SyncUser) GetAccountType() v2.AccountType + func (x *SyncUser) GetAreaCode() int32 + func (x *SyncUser) GetBirth() int64 + func (x *SyncUser) GetCenterUserId() string + func (x *SyncUser) GetCode() string + func (x *SyncUser) GetCreatedAt() int64 + func (x *SyncUser) GetDeletedAt() int64 + func (x *SyncUser) GetEmail() string + func (x *SyncUser) GetFaceURL() string + func (x *SyncUser) GetFromUserid() string + func (x *SyncUser) GetFullName() string + func (x *SyncUser) GetGender() v2.Gender + func (x *SyncUser) GetId() string + func (x *SyncUser) GetIsGenerate() int32 + func (x *SyncUser) GetLastLoginNodeId() string + func (x *SyncUser) GetNickname() string + func (x *SyncUser) GetNodeId() string + func (x *SyncUser) GetPassword() string + func (x *SyncUser) GetPersonId() string + func (x *SyncUser) GetPhone() string + func (x *SyncUser) GetShareCode() string + func (x *SyncUser) GetStatus() int32 + func (x *SyncUser) GetTenantId() string + func (x *SyncUser) GetUpdatedAt() int64 + func (x *SyncUser) ProtoReflect() protoreflect.Message + func (x *SyncUser) Reset() + func (x *SyncUser) String() string + type SyncUserMultiError []error + func (m SyncUserMultiError) AllErrors() []error + func (m SyncUserMultiError) Error() string + type SyncUserValidationError struct + func (e SyncUserValidationError) Cause() error + func (e SyncUserValidationError) Error() string + func (e SyncUserValidationError) ErrorName() string + func (e SyncUserValidationError) Field() string + func (e SyncUserValidationError) Key() bool + func (e SyncUserValidationError) Reason() string + type TenantDistributeInfo struct + AssociatedUserID string + Code string + CreatedAt int64 + DeletedAt int64 + EndTime int64 + Id string + Introduce string + Logo string + MaxGroupNumber int64 + MaxNumber int64 + Name string + PackageType string + Phone string + PriKey string + PubKey string + StartTime int64 + Status int32 + UpdatedAt int64 + WebsiteAddress string + WebsiteStatus int32 + func (*TenantDistributeInfo) Descriptor() ([]byte, []int) + func (*TenantDistributeInfo) ProtoMessage() + func (m *TenantDistributeInfo) Validate() error + func (m *TenantDistributeInfo) ValidateAll() error + func (x *TenantDistributeInfo) GetAssociatedUserID() string + func (x *TenantDistributeInfo) GetCode() string + func (x *TenantDistributeInfo) GetCreatedAt() int64 + func (x *TenantDistributeInfo) GetDeletedAt() int64 + func (x *TenantDistributeInfo) GetEndTime() int64 + func (x *TenantDistributeInfo) GetId() string + func (x *TenantDistributeInfo) GetIntroduce() string + func (x *TenantDistributeInfo) GetLogo() string + func (x *TenantDistributeInfo) GetMaxGroupNumber() int64 + func (x *TenantDistributeInfo) GetMaxNumber() int64 + func (x *TenantDistributeInfo) GetName() string + func (x *TenantDistributeInfo) GetPackageType() string + func (x *TenantDistributeInfo) GetPhone() string + func (x *TenantDistributeInfo) GetPriKey() string + func (x *TenantDistributeInfo) GetPubKey() string + func (x *TenantDistributeInfo) GetStartTime() int64 + func (x *TenantDistributeInfo) GetStatus() int32 + func (x *TenantDistributeInfo) GetUpdatedAt() int64 + func (x *TenantDistributeInfo) GetWebsiteAddress() string + func (x *TenantDistributeInfo) GetWebsiteStatus() int32 + func (x *TenantDistributeInfo) ProtoReflect() protoreflect.Message + func (x *TenantDistributeInfo) Reset() + func (x *TenantDistributeInfo) String() string + type TenantDistributeInfoMultiError []error + func (m TenantDistributeInfoMultiError) AllErrors() []error + func (m TenantDistributeInfoMultiError) Error() string + type TenantDistributeInfoValidationError struct + func (e TenantDistributeInfoValidationError) Cause() error + func (e TenantDistributeInfoValidationError) Error() string + func (e TenantDistributeInfoValidationError) ErrorName() string + func (e TenantDistributeInfoValidationError) Field() string + func (e TenantDistributeInfoValidationError) Key() bool + func (e TenantDistributeInfoValidationError) Reason() string + type TenantEscalationInfo struct + AssociatedUsersID string + CreatedAt int64 + DeletedAt int64 + EndTime int64 + Id string + Introduce string + Logo string + MaxGroupNumber int64 + MaxNumber int64 + Name string + Phone string + StartTime int64 + Status int32 + UpdatedAt int64 + WebsiteAddress string + WebsiteStatus int32 + func (*TenantEscalationInfo) Descriptor() ([]byte, []int) + func (*TenantEscalationInfo) ProtoMessage() + func (m *TenantEscalationInfo) Validate() error + func (m *TenantEscalationInfo) ValidateAll() error + func (x *TenantEscalationInfo) GetAssociatedUsersID() string + func (x *TenantEscalationInfo) GetCreatedAt() int64 + func (x *TenantEscalationInfo) GetDeletedAt() int64 + func (x *TenantEscalationInfo) GetEndTime() int64 + func (x *TenantEscalationInfo) GetId() string + func (x *TenantEscalationInfo) GetIntroduce() string + func (x *TenantEscalationInfo) GetLogo() string + func (x *TenantEscalationInfo) GetMaxGroupNumber() int64 + func (x *TenantEscalationInfo) GetMaxNumber() int64 + func (x *TenantEscalationInfo) GetName() string + func (x *TenantEscalationInfo) GetPhone() string + func (x *TenantEscalationInfo) GetStartTime() int64 + func (x *TenantEscalationInfo) GetStatus() int32 + func (x *TenantEscalationInfo) GetUpdatedAt() int64 + func (x *TenantEscalationInfo) GetWebsiteAddress() string + func (x *TenantEscalationInfo) GetWebsiteStatus() int32 + func (x *TenantEscalationInfo) ProtoReflect() protoreflect.Message + func (x *TenantEscalationInfo) Reset() + func (x *TenantEscalationInfo) String() string + type TenantEscalationInfoMultiError []error + func (m TenantEscalationInfoMultiError) AllErrors() []error + func (m TenantEscalationInfoMultiError) Error() string + type TenantEscalationInfoValidationError struct + func (e TenantEscalationInfoValidationError) Cause() error + func (e TenantEscalationInfoValidationError) Error() string + func (e TenantEscalationInfoValidationError) ErrorName() string + func (e TenantEscalationInfoValidationError) Field() string + func (e TenantEscalationInfoValidationError) Key() bool + func (e TenantEscalationInfoValidationError) Reason() string