Versions in this module Expand all Collapse all v0 v0.1.2 Jun 5, 2025 v0.0.3 Jun 23, 2025 Changes in this version + const User_AccountCheck_FullMethodName + const User_AddNotificationAccount_FullMethodName + const User_DelUserClientConfig_FullMethodName + const User_GetAllOnlineUsers_FullMethodName + const User_GetAllUserID_FullMethodName + const User_GetCAPublicKey_FullMethodName + const User_GetDesignateUsers_FullMethodName + const User_GetGlobalRecvMessageOpt_FullMethodName + const User_GetNotificationAccount_FullMethodName + const User_GetPaginationUsers_FullMethodName + const User_GetSeed_FullMethodName + const User_GetSubscribeUsersStatus_FullMethodName + const User_GetUserCertificate_FullMethodName + const User_GetUserClientConfig_FullMethodName + const User_GetUserPrivateKey_FullMethodName + const User_GetUserStatus_FullMethodName + const User_PageUserClientConfig_FullMethodName + const User_ProcessUserCommandAdd_FullMethodName + const User_ProcessUserCommandDelete_FullMethodName + const User_ProcessUserCommandGetAll_FullMethodName + const User_ProcessUserCommandGet_FullMethodName + const User_ProcessUserCommandUpdate_FullMethodName + const User_SearchNotificationAccount_FullMethodName + const User_SetGlobalRecvMessageOpt_FullMethodName + const User_SetUserClientConfig_FullMethodName + const User_SetUserOnlineStatus_FullMethodName + const User_SetUserStatus_FullMethodName + const User_SortQuery_FullMethodName + const User_SubscribeOrCancelUsersStatus_FullMethodName + const User_UpdateNotificationAccountInfo_FullMethodName + const User_UpdateUserInfoEx_FullMethodName + const User_UpdateUserInfo_FullMethodName + const User_UserRegisterCount_FullMethodName + const User_UserRegister_FullMethodName + var File_user_user_proto protoreflect.FileDescriptor + var User_ServiceDesc = grpc.ServiceDesc + func RegisterUserServer(s grpc.ServiceRegistrar, srv UserServer) + type AccountCheckReq struct + CheckUserIDs []string + func (*AccountCheckReq) Descriptor() ([]byte, []int) + func (*AccountCheckReq) ProtoMessage() + func (x *AccountCheckReq) Check() error + func (x *AccountCheckReq) GetCheckUserIDs() []string + func (x *AccountCheckReq) ProtoReflect() protoreflect.Message + func (x *AccountCheckReq) Reset() + func (x *AccountCheckReq) String() string + type AccountCheckResp struct + Results []*AccountCheckRespSingleUserStatus + func (*AccountCheckResp) Descriptor() ([]byte, []int) + func (*AccountCheckResp) ProtoMessage() + func (x *AccountCheckResp) GetResults() []*AccountCheckRespSingleUserStatus + func (x *AccountCheckResp) ProtoReflect() protoreflect.Message + func (x *AccountCheckResp) Reset() + func (x *AccountCheckResp) String() string + type AccountCheckRespSingleUserStatus struct + AccountStatus int32 + UserID string + func (*AccountCheckRespSingleUserStatus) Descriptor() ([]byte, []int) + func (*AccountCheckRespSingleUserStatus) ProtoMessage() + func (x *AccountCheckRespSingleUserStatus) GetAccountStatus() int32 + func (x *AccountCheckRespSingleUserStatus) GetUserID() string + func (x *AccountCheckRespSingleUserStatus) ProtoReflect() protoreflect.Message + func (x *AccountCheckRespSingleUserStatus) Reset() + func (x *AccountCheckRespSingleUserStatus) String() string + type AddNotificationAccountReq struct + AppMangerLevel int32 + FaceURL string + NickName string + UserID string + func (*AddNotificationAccountReq) Descriptor() ([]byte, []int) + func (*AddNotificationAccountReq) ProtoMessage() + func (x *AddNotificationAccountReq) Check() error + func (x *AddNotificationAccountReq) GetAppMangerLevel() int32 + func (x *AddNotificationAccountReq) GetFaceURL() string + func (x *AddNotificationAccountReq) GetNickName() string + func (x *AddNotificationAccountReq) GetUserID() string + func (x *AddNotificationAccountReq) ProtoReflect() protoreflect.Message + func (x *AddNotificationAccountReq) Reset() + func (x *AddNotificationAccountReq) String() string + type AddNotificationAccountResp struct + AppMangerLevel int32 + FaceURL string + NickName string + UserID string + func (*AddNotificationAccountResp) Descriptor() ([]byte, []int) + func (*AddNotificationAccountResp) ProtoMessage() + func (x *AddNotificationAccountResp) GetAppMangerLevel() int32 + func (x *AddNotificationAccountResp) GetFaceURL() string + func (x *AddNotificationAccountResp) GetNickName() string + func (x *AddNotificationAccountResp) GetUserID() string + func (x *AddNotificationAccountResp) ProtoReflect() protoreflect.Message + func (x *AddNotificationAccountResp) Reset() + func (x *AddNotificationAccountResp) String() string + type AllCommandInfoResp struct + CreateTime int64 + Ex string + Type int32 + Uuid string + Value string + func (*AllCommandInfoResp) Descriptor() ([]byte, []int) + func (*AllCommandInfoResp) ProtoMessage() + func (x *AllCommandInfoResp) GetCreateTime() int64 + func (x *AllCommandInfoResp) GetEx() string + func (x *AllCommandInfoResp) GetType() int32 + func (x *AllCommandInfoResp) GetUuid() string + func (x *AllCommandInfoResp) GetValue() string + func (x *AllCommandInfoResp) ProtoReflect() protoreflect.Message + func (x *AllCommandInfoResp) Reset() + func (x *AllCommandInfoResp) String() string + type BatchSetConversationsReq struct + Conversations []*conversation.Conversation + NotificationType int32 + OperationID string + OwnerUserID string + func (*BatchSetConversationsReq) Descriptor() ([]byte, []int) + func (*BatchSetConversationsReq) ProtoMessage() + func (x *BatchSetConversationsReq) Check() error + func (x *BatchSetConversationsReq) GetConversations() []*conversation.Conversation + func (x *BatchSetConversationsReq) GetNotificationType() int32 + func (x *BatchSetConversationsReq) GetOperationID() string + func (x *BatchSetConversationsReq) GetOwnerUserID() string + func (x *BatchSetConversationsReq) ProtoReflect() protoreflect.Message + func (x *BatchSetConversationsReq) Reset() + func (x *BatchSetConversationsReq) String() string + type BatchSetConversationsResp struct + Failed []string + Success []string + func (*BatchSetConversationsResp) Descriptor() ([]byte, []int) + func (*BatchSetConversationsResp) ProtoMessage() + func (x *BatchSetConversationsResp) GetFailed() []string + func (x *BatchSetConversationsResp) GetSuccess() []string + func (x *BatchSetConversationsResp) ProtoReflect() protoreflect.Message + func (x *BatchSetConversationsResp) Reset() + func (x *BatchSetConversationsResp) String() string + type ClientConfig struct + Key string + UserID string + Value string + func (*ClientConfig) Descriptor() ([]byte, []int) + func (*ClientConfig) ProtoMessage() + func (x *ClientConfig) GetKey() string + func (x *ClientConfig) GetUserID() string + func (x *ClientConfig) GetValue() string + func (x *ClientConfig) ProtoReflect() protoreflect.Message + func (x *ClientConfig) Reset() + func (x *ClientConfig) String() string + type CommandInfoResp struct + CreateTime int64 + Ex string + Type int32 + Uuid string + Value string + func (*CommandInfoResp) Descriptor() ([]byte, []int) + func (*CommandInfoResp) ProtoMessage() + func (x *CommandInfoResp) GetCreateTime() int64 + func (x *CommandInfoResp) GetEx() string + func (x *CommandInfoResp) GetType() int32 + func (x *CommandInfoResp) GetUuid() string + func (x *CommandInfoResp) GetValue() string + func (x *CommandInfoResp) ProtoReflect() protoreflect.Message + func (x *CommandInfoResp) Reset() + func (x *CommandInfoResp) String() string + type DelUserClientConfigReq struct + Keys []string + UserID string + func (*DelUserClientConfigReq) Descriptor() ([]byte, []int) + func (*DelUserClientConfigReq) ProtoMessage() + func (x *DelUserClientConfigReq) GetKeys() []string + func (x *DelUserClientConfigReq) GetUserID() string + func (x *DelUserClientConfigReq) ProtoReflect() protoreflect.Message + func (x *DelUserClientConfigReq) Reset() + func (x *DelUserClientConfigReq) String() string + type DelUserClientConfigResp struct + func (*DelUserClientConfigResp) Descriptor() ([]byte, []int) + func (*DelUserClientConfigResp) ProtoMessage() + func (x *DelUserClientConfigResp) ProtoReflect() protoreflect.Message + func (x *DelUserClientConfigResp) Reset() + func (x *DelUserClientConfigResp) String() string + type GetAllConversationsReq struct + OperationID string + OwnerUserID string + func (*GetAllConversationsReq) Descriptor() ([]byte, []int) + func (*GetAllConversationsReq) ProtoMessage() + func (x *GetAllConversationsReq) Check() error + func (x *GetAllConversationsReq) GetOperationID() string + func (x *GetAllConversationsReq) GetOwnerUserID() string + func (x *GetAllConversationsReq) ProtoReflect() protoreflect.Message + func (x *GetAllConversationsReq) Reset() + func (x *GetAllConversationsReq) String() string + type GetAllConversationsResp struct + Conversations []*conversation.Conversation + func (*GetAllConversationsResp) Descriptor() ([]byte, []int) + func (*GetAllConversationsResp) ProtoMessage() + func (x *GetAllConversationsResp) GetConversations() []*conversation.Conversation + func (x *GetAllConversationsResp) ProtoReflect() protoreflect.Message + func (x *GetAllConversationsResp) Reset() + func (x *GetAllConversationsResp) String() string + type GetAllOnlineUsersReq struct + Cursor uint64 + func (*GetAllOnlineUsersReq) Descriptor() ([]byte, []int) + func (*GetAllOnlineUsersReq) ProtoMessage() + func (x *GetAllOnlineUsersReq) GetCursor() uint64 + func (x *GetAllOnlineUsersReq) ProtoReflect() protoreflect.Message + func (x *GetAllOnlineUsersReq) Reset() + func (x *GetAllOnlineUsersReq) String() string + type GetAllOnlineUsersResp struct + NextCursor uint64 + StatusList []*OnlineStatus + func (*GetAllOnlineUsersResp) Descriptor() ([]byte, []int) + func (*GetAllOnlineUsersResp) ProtoMessage() + func (x *GetAllOnlineUsersResp) GetNextCursor() uint64 + func (x *GetAllOnlineUsersResp) GetStatusList() []*OnlineStatus + func (x *GetAllOnlineUsersResp) ProtoReflect() protoreflect.Message + func (x *GetAllOnlineUsersResp) Reset() + func (x *GetAllOnlineUsersResp) String() string + type GetAllUserIDReq struct + Pagination *sdkws.RequestPagination + func (*GetAllUserIDReq) Descriptor() ([]byte, []int) + func (*GetAllUserIDReq) ProtoMessage() + func (x *GetAllUserIDReq) Check() error + func (x *GetAllUserIDReq) GetPagination() *sdkws.RequestPagination + func (x *GetAllUserIDReq) ProtoReflect() protoreflect.Message + func (x *GetAllUserIDReq) Reset() + func (x *GetAllUserIDReq) String() string + type GetAllUserIDResp struct + Total int32 + UserIDs []string + func (*GetAllUserIDResp) Descriptor() ([]byte, []int) + func (*GetAllUserIDResp) ProtoMessage() + func (x *GetAllUserIDResp) GetTotal() int32 + func (x *GetAllUserIDResp) GetUserIDs() []string + func (x *GetAllUserIDResp) ProtoReflect() protoreflect.Message + func (x *GetAllUserIDResp) Reset() + func (x *GetAllUserIDResp) String() string + type GetCAPublicKeyRequest struct + UserID string + func (*GetCAPublicKeyRequest) Descriptor() ([]byte, []int) + func (*GetCAPublicKeyRequest) ProtoMessage() + func (x *GetCAPublicKeyRequest) GetUserID() string + func (x *GetCAPublicKeyRequest) ProtoReflect() protoreflect.Message + func (x *GetCAPublicKeyRequest) Reset() + func (x *GetCAPublicKeyRequest) String() string + type GetCAPublicKeyResponse struct + CAPublicKey string + func (*GetCAPublicKeyResponse) Descriptor() ([]byte, []int) + func (*GetCAPublicKeyResponse) ProtoMessage() + func (x *GetCAPublicKeyResponse) GetCAPublicKey() string + func (x *GetCAPublicKeyResponse) ProtoReflect() protoreflect.Message + func (x *GetCAPublicKeyResponse) Reset() + func (x *GetCAPublicKeyResponse) String() string + type GetConversationReq struct + ConversationID string + OperationID string + OwnerUserID string + func (*GetConversationReq) Descriptor() ([]byte, []int) + func (*GetConversationReq) ProtoMessage() + func (x *GetConversationReq) Check() error + func (x *GetConversationReq) GetConversationID() string + func (x *GetConversationReq) GetOperationID() string + func (x *GetConversationReq) GetOwnerUserID() string + func (x *GetConversationReq) ProtoReflect() protoreflect.Message + func (x *GetConversationReq) Reset() + func (x *GetConversationReq) String() string + type GetConversationResp struct + Conversation *conversation.Conversation + func (*GetConversationResp) Descriptor() ([]byte, []int) + func (*GetConversationResp) ProtoMessage() + func (x *GetConversationResp) GetConversation() *conversation.Conversation + func (x *GetConversationResp) ProtoReflect() protoreflect.Message + func (x *GetConversationResp) Reset() + func (x *GetConversationResp) String() string + type GetConversationsReq struct + ConversationIDs []string + OperationID string + OwnerUserID string + func (*GetConversationsReq) Descriptor() ([]byte, []int) + func (*GetConversationsReq) ProtoMessage() + func (x *GetConversationsReq) Check() error + func (x *GetConversationsReq) GetConversationIDs() []string + func (x *GetConversationsReq) GetOperationID() string + func (x *GetConversationsReq) GetOwnerUserID() string + func (x *GetConversationsReq) ProtoReflect() protoreflect.Message + func (x *GetConversationsReq) Reset() + func (x *GetConversationsReq) String() string + type GetConversationsResp struct + Conversations []*conversation.Conversation + func (*GetConversationsResp) Descriptor() ([]byte, []int) + func (*GetConversationsResp) ProtoMessage() + func (x *GetConversationsResp) GetConversations() []*conversation.Conversation + func (x *GetConversationsResp) ProtoReflect() protoreflect.Message + func (x *GetConversationsResp) Reset() + func (x *GetConversationsResp) String() string + type GetDesignateUsersReq struct + UserIDs []string + func (*GetDesignateUsersReq) Descriptor() ([]byte, []int) + func (*GetDesignateUsersReq) ProtoMessage() + func (x *GetDesignateUsersReq) Check() error + func (x *GetDesignateUsersReq) GetUserIDs() []string + func (x *GetDesignateUsersReq) ProtoReflect() protoreflect.Message + func (x *GetDesignateUsersReq) Reset() + func (x *GetDesignateUsersReq) String() string + type GetDesignateUsersResp struct + UsersInfo []*sdkws.UserInfo + func (*GetDesignateUsersResp) Descriptor() ([]byte, []int) + func (*GetDesignateUsersResp) ProtoMessage() + func (x *GetDesignateUsersResp) Format() any + func (x *GetDesignateUsersResp) GetUsersInfo() []*sdkws.UserInfo + func (x *GetDesignateUsersResp) ProtoReflect() protoreflect.Message + func (x *GetDesignateUsersResp) Reset() + func (x *GetDesignateUsersResp) String() string + type GetGlobalRecvMessageOptReq struct + UserID string + func (*GetGlobalRecvMessageOptReq) Descriptor() ([]byte, []int) + func (*GetGlobalRecvMessageOptReq) ProtoMessage() + func (x *GetGlobalRecvMessageOptReq) Check() error + func (x *GetGlobalRecvMessageOptReq) GetUserID() string + func (x *GetGlobalRecvMessageOptReq) ProtoReflect() protoreflect.Message + func (x *GetGlobalRecvMessageOptReq) Reset() + func (x *GetGlobalRecvMessageOptReq) String() string + type GetGlobalRecvMessageOptResp struct + GlobalRecvMsgOpt int32 + func (*GetGlobalRecvMessageOptResp) Descriptor() ([]byte, []int) + func (*GetGlobalRecvMessageOptResp) ProtoMessage() + func (x *GetGlobalRecvMessageOptResp) GetGlobalRecvMsgOpt() int32 + func (x *GetGlobalRecvMessageOptResp) ProtoReflect() protoreflect.Message + func (x *GetGlobalRecvMessageOptResp) Reset() + func (x *GetGlobalRecvMessageOptResp) String() string + type GetNotificationAccountReq struct + UserID string + func (*GetNotificationAccountReq) Descriptor() ([]byte, []int) + func (*GetNotificationAccountReq) ProtoMessage() + func (x *GetNotificationAccountReq) GetUserID() string + func (x *GetNotificationAccountReq) ProtoReflect() protoreflect.Message + func (x *GetNotificationAccountReq) Reset() + func (x *GetNotificationAccountReq) String() string + type GetNotificationAccountResp struct + Account *NotificationAccountInfo + func (*GetNotificationAccountResp) Descriptor() ([]byte, []int) + func (*GetNotificationAccountResp) ProtoMessage() + func (x *GetNotificationAccountResp) GetAccount() *NotificationAccountInfo + func (x *GetNotificationAccountResp) ProtoReflect() protoreflect.Message + func (x *GetNotificationAccountResp) Reset() + func (x *GetNotificationAccountResp) String() string + type GetPaginationUsersReq struct + NickName string + Pagination *sdkws.RequestPagination + UserID string + func (*GetPaginationUsersReq) Descriptor() ([]byte, []int) + func (*GetPaginationUsersReq) ProtoMessage() + func (x *GetPaginationUsersReq) Check() error + func (x *GetPaginationUsersReq) GetNickName() string + func (x *GetPaginationUsersReq) GetPagination() *sdkws.RequestPagination + func (x *GetPaginationUsersReq) GetUserID() string + func (x *GetPaginationUsersReq) ProtoReflect() protoreflect.Message + func (x *GetPaginationUsersReq) Reset() + func (x *GetPaginationUsersReq) String() string + type GetPaginationUsersResp struct + Total int32 + Users []*sdkws.UserInfo + func (*GetPaginationUsersResp) Descriptor() ([]byte, []int) + func (*GetPaginationUsersResp) ProtoMessage() + func (x *GetPaginationUsersResp) GetTotal() int32 + func (x *GetPaginationUsersResp) GetUsers() []*sdkws.UserInfo + func (x *GetPaginationUsersResp) ProtoReflect() protoreflect.Message + func (x *GetPaginationUsersResp) Reset() + func (x *GetPaginationUsersResp) String() string + type GetSeedRequest struct + UserID string + func (*GetSeedRequest) Descriptor() ([]byte, []int) + func (*GetSeedRequest) ProtoMessage() + func (x *GetSeedRequest) GetUserID() string + func (x *GetSeedRequest) ProtoReflect() protoreflect.Message + func (x *GetSeedRequest) Reset() + func (x *GetSeedRequest) String() string + type GetSeedResponse struct + Seed string + func (*GetSeedResponse) Descriptor() ([]byte, []int) + func (*GetSeedResponse) ProtoMessage() + func (x *GetSeedResponse) GetSeed() string + func (x *GetSeedResponse) ProtoReflect() protoreflect.Message + func (x *GetSeedResponse) Reset() + func (x *GetSeedResponse) String() string + type GetSubscribeUsersStatusReq struct + UserID string + func (*GetSubscribeUsersStatusReq) Descriptor() ([]byte, []int) + func (*GetSubscribeUsersStatusReq) ProtoMessage() + func (x *GetSubscribeUsersStatusReq) Check() error + func (x *GetSubscribeUsersStatusReq) GetUserID() string + func (x *GetSubscribeUsersStatusReq) ProtoReflect() protoreflect.Message + func (x *GetSubscribeUsersStatusReq) Reset() + func (x *GetSubscribeUsersStatusReq) String() string + type GetSubscribeUsersStatusResp struct + StatusList []*OnlineStatus + func (*GetSubscribeUsersStatusResp) Descriptor() ([]byte, []int) + func (*GetSubscribeUsersStatusResp) ProtoMessage() + func (x *GetSubscribeUsersStatusResp) GetStatusList() []*OnlineStatus + func (x *GetSubscribeUsersStatusResp) ProtoReflect() protoreflect.Message + func (x *GetSubscribeUsersStatusResp) Reset() + func (x *GetSubscribeUsersStatusResp) String() string + type GetUserCertificateReq struct + UserID string + func (*GetUserCertificateReq) Descriptor() ([]byte, []int) + func (*GetUserCertificateReq) ProtoMessage() + func (x *GetUserCertificateReq) GetUserID() string + func (x *GetUserCertificateReq) ProtoReflect() protoreflect.Message + func (x *GetUserCertificateReq) Reset() + func (x *GetUserCertificateReq) String() string + type GetUserCertificateResp struct + Certificate string + func (*GetUserCertificateResp) Descriptor() ([]byte, []int) + func (*GetUserCertificateResp) ProtoMessage() + func (x *GetUserCertificateResp) GetCertificate() string + func (x *GetUserCertificateResp) ProtoReflect() protoreflect.Message + func (x *GetUserCertificateResp) Reset() + func (x *GetUserCertificateResp) String() string + type GetUserClientConfigReq struct + UserID string + func (*GetUserClientConfigReq) Descriptor() ([]byte, []int) + func (*GetUserClientConfigReq) ProtoMessage() + func (x *GetUserClientConfigReq) GetUserID() string + func (x *GetUserClientConfigReq) ProtoReflect() protoreflect.Message + func (x *GetUserClientConfigReq) Reset() + func (x *GetUserClientConfigReq) String() string + type GetUserClientConfigResp struct + Configs map[string]string + func (*GetUserClientConfigResp) Descriptor() ([]byte, []int) + func (*GetUserClientConfigResp) ProtoMessage() + func (x *GetUserClientConfigResp) GetConfigs() map[string]string + func (x *GetUserClientConfigResp) ProtoReflect() protoreflect.Message + func (x *GetUserClientConfigResp) Reset() + func (x *GetUserClientConfigResp) String() string + type GetUserPrivateKeyReq struct + UserID string + func (*GetUserPrivateKeyReq) Descriptor() ([]byte, []int) + func (*GetUserPrivateKeyReq) ProtoMessage() + func (x *GetUserPrivateKeyReq) GetUserID() string + func (x *GetUserPrivateKeyReq) ProtoReflect() protoreflect.Message + func (x *GetUserPrivateKeyReq) Reset() + func (x *GetUserPrivateKeyReq) String() string + type GetUserPrivateKeyResp struct + PrivateKey string + func (*GetUserPrivateKeyResp) Descriptor() ([]byte, []int) + func (*GetUserPrivateKeyResp) ProtoMessage() + func (x *GetUserPrivateKeyResp) GetPrivateKey() string + func (x *GetUserPrivateKeyResp) ProtoReflect() protoreflect.Message + func (x *GetUserPrivateKeyResp) Reset() + func (x *GetUserPrivateKeyResp) String() string + type GetUserStatusReq struct + UserID string + UserIDs []string + func (*GetUserStatusReq) Descriptor() ([]byte, []int) + func (*GetUserStatusReq) ProtoMessage() + func (x *GetUserStatusReq) Check() error + func (x *GetUserStatusReq) GetUserID() string + func (x *GetUserStatusReq) GetUserIDs() []string + func (x *GetUserStatusReq) ProtoReflect() protoreflect.Message + func (x *GetUserStatusReq) Reset() + func (x *GetUserStatusReq) String() string + type GetUserStatusResp struct + StatusList []*OnlineStatus + func (*GetUserStatusResp) Descriptor() ([]byte, []int) + func (*GetUserStatusResp) ProtoMessage() + func (x *GetUserStatusResp) GetStatusList() []*OnlineStatus + func (x *GetUserStatusResp) ProtoReflect() protoreflect.Message + func (x *GetUserStatusResp) Reset() + func (x *GetUserStatusResp) String() string + type NotificationAccountInfo struct + AppMangerLevel int32 + FaceURL string + NickName string + UserID string + func (*NotificationAccountInfo) Descriptor() ([]byte, []int) + func (*NotificationAccountInfo) ProtoMessage() + func (x *NotificationAccountInfo) GetAppMangerLevel() int32 + func (x *NotificationAccountInfo) GetFaceURL() string + func (x *NotificationAccountInfo) GetNickName() string + func (x *NotificationAccountInfo) GetUserID() string + func (x *NotificationAccountInfo) ProtoReflect() protoreflect.Message + func (x *NotificationAccountInfo) Reset() + func (x *NotificationAccountInfo) String() string + type OnlineStatus struct + PlatformIDs []int32 + Status int32 + UserID string + func (*OnlineStatus) Descriptor() ([]byte, []int) + func (*OnlineStatus) ProtoMessage() + func (x *OnlineStatus) GetPlatformIDs() []int32 + func (x *OnlineStatus) GetStatus() int32 + func (x *OnlineStatus) GetUserID() string + func (x *OnlineStatus) ProtoReflect() protoreflect.Message + func (x *OnlineStatus) Reset() + func (x *OnlineStatus) String() string + type PageUserClientConfigReq struct + Key string + Pagination *sdkws.RequestPagination + UserID string + func (*PageUserClientConfigReq) Descriptor() ([]byte, []int) + func (*PageUserClientConfigReq) ProtoMessage() + func (x *PageUserClientConfigReq) GetKey() string + func (x *PageUserClientConfigReq) GetPagination() *sdkws.RequestPagination + func (x *PageUserClientConfigReq) GetUserID() string + func (x *PageUserClientConfigReq) ProtoReflect() protoreflect.Message + func (x *PageUserClientConfigReq) Reset() + func (x *PageUserClientConfigReq) String() string + type PageUserClientConfigResp struct + Configs []*ClientConfig + Total int64 + func (*PageUserClientConfigResp) Descriptor() ([]byte, []int) + func (*PageUserClientConfigResp) ProtoMessage() + func (x *PageUserClientConfigResp) GetConfigs() []*ClientConfig + func (x *PageUserClientConfigResp) GetTotal() int64 + func (x *PageUserClientConfigResp) ProtoReflect() protoreflect.Message + func (x *PageUserClientConfigResp) Reset() + func (x *PageUserClientConfigResp) String() string + type ProcessUserCommandAddReq struct + Ex *wrapperspb.StringValue + Type int32 + UserID string + Uuid string + Value *wrapperspb.StringValue + func (*ProcessUserCommandAddReq) Descriptor() ([]byte, []int) + func (*ProcessUserCommandAddReq) ProtoMessage() + func (x *ProcessUserCommandAddReq) Check() error + func (x *ProcessUserCommandAddReq) GetEx() *wrapperspb.StringValue + func (x *ProcessUserCommandAddReq) GetType() int32 + func (x *ProcessUserCommandAddReq) GetUserID() string + func (x *ProcessUserCommandAddReq) GetUuid() string + func (x *ProcessUserCommandAddReq) GetValue() *wrapperspb.StringValue + func (x *ProcessUserCommandAddReq) ProtoReflect() protoreflect.Message + func (x *ProcessUserCommandAddReq) Reset() + func (x *ProcessUserCommandAddReq) String() string + type ProcessUserCommandAddResp struct + func (*ProcessUserCommandAddResp) Descriptor() ([]byte, []int) + func (*ProcessUserCommandAddResp) ProtoMessage() + func (x *ProcessUserCommandAddResp) ProtoReflect() protoreflect.Message + func (x *ProcessUserCommandAddResp) Reset() + func (x *ProcessUserCommandAddResp) String() string + type ProcessUserCommandDeleteReq struct + Type int32 + UserID string + Uuid string + func (*ProcessUserCommandDeleteReq) Descriptor() ([]byte, []int) + func (*ProcessUserCommandDeleteReq) ProtoMessage() + func (x *ProcessUserCommandDeleteReq) Check() error + func (x *ProcessUserCommandDeleteReq) GetType() int32 + func (x *ProcessUserCommandDeleteReq) GetUserID() string + func (x *ProcessUserCommandDeleteReq) GetUuid() string + func (x *ProcessUserCommandDeleteReq) ProtoReflect() protoreflect.Message + func (x *ProcessUserCommandDeleteReq) Reset() + func (x *ProcessUserCommandDeleteReq) String() string + type ProcessUserCommandDeleteResp struct + func (*ProcessUserCommandDeleteResp) Descriptor() ([]byte, []int) + func (*ProcessUserCommandDeleteResp) ProtoMessage() + func (x *ProcessUserCommandDeleteResp) ProtoReflect() protoreflect.Message + func (x *ProcessUserCommandDeleteResp) Reset() + func (x *ProcessUserCommandDeleteResp) String() string + type ProcessUserCommandGetAllReq struct + UserID string + func (*ProcessUserCommandGetAllReq) Descriptor() ([]byte, []int) + func (*ProcessUserCommandGetAllReq) ProtoMessage() + func (x *ProcessUserCommandGetAllReq) Check() error + func (x *ProcessUserCommandGetAllReq) GetUserID() string + func (x *ProcessUserCommandGetAllReq) ProtoReflect() protoreflect.Message + func (x *ProcessUserCommandGetAllReq) Reset() + func (x *ProcessUserCommandGetAllReq) String() string + type ProcessUserCommandGetAllResp struct + CommandResp []*AllCommandInfoResp + func (*ProcessUserCommandGetAllResp) Descriptor() ([]byte, []int) + func (*ProcessUserCommandGetAllResp) ProtoMessage() + func (x *ProcessUserCommandGetAllResp) GetCommandResp() []*AllCommandInfoResp + func (x *ProcessUserCommandGetAllResp) ProtoReflect() protoreflect.Message + func (x *ProcessUserCommandGetAllResp) Reset() + func (x *ProcessUserCommandGetAllResp) String() string + type ProcessUserCommandGetReq struct + Type int32 + UserID string + func (*ProcessUserCommandGetReq) Descriptor() ([]byte, []int) + func (*ProcessUserCommandGetReq) ProtoMessage() + func (x *ProcessUserCommandGetReq) Check() error + func (x *ProcessUserCommandGetReq) GetType() int32 + func (x *ProcessUserCommandGetReq) GetUserID() string + func (x *ProcessUserCommandGetReq) ProtoReflect() protoreflect.Message + func (x *ProcessUserCommandGetReq) Reset() + func (x *ProcessUserCommandGetReq) String() string + type ProcessUserCommandGetResp struct + CommandResp []*CommandInfoResp + func (*ProcessUserCommandGetResp) Descriptor() ([]byte, []int) + func (*ProcessUserCommandGetResp) ProtoMessage() + func (x *ProcessUserCommandGetResp) GetCommandResp() []*CommandInfoResp + func (x *ProcessUserCommandGetResp) ProtoReflect() protoreflect.Message + func (x *ProcessUserCommandGetResp) Reset() + func (x *ProcessUserCommandGetResp) String() string + type ProcessUserCommandUpdateReq struct + Ex *wrapperspb.StringValue + Type int32 + UserID string + Uuid string + Value *wrapperspb.StringValue + func (*ProcessUserCommandUpdateReq) Descriptor() ([]byte, []int) + func (*ProcessUserCommandUpdateReq) ProtoMessage() + func (x *ProcessUserCommandUpdateReq) Check() error + func (x *ProcessUserCommandUpdateReq) GetEx() *wrapperspb.StringValue + func (x *ProcessUserCommandUpdateReq) GetType() int32 + func (x *ProcessUserCommandUpdateReq) GetUserID() string + func (x *ProcessUserCommandUpdateReq) GetUuid() string + func (x *ProcessUserCommandUpdateReq) GetValue() *wrapperspb.StringValue + func (x *ProcessUserCommandUpdateReq) ProtoReflect() protoreflect.Message + func (x *ProcessUserCommandUpdateReq) Reset() + func (x *ProcessUserCommandUpdateReq) String() string + type ProcessUserCommandUpdateResp struct + func (*ProcessUserCommandUpdateResp) Descriptor() ([]byte, []int) + func (*ProcessUserCommandUpdateResp) ProtoMessage() + func (x *ProcessUserCommandUpdateResp) ProtoReflect() protoreflect.Message + func (x *ProcessUserCommandUpdateResp) Reset() + func (x *ProcessUserCommandUpdateResp) String() string + type SearchNotificationAccountReq struct + AppManagerLevel *int32 + Keyword string + Pagination *sdkws.RequestPagination + func (*SearchNotificationAccountReq) Descriptor() ([]byte, []int) + func (*SearchNotificationAccountReq) ProtoMessage() + func (x *SearchNotificationAccountReq) Check() error + func (x *SearchNotificationAccountReq) GetAppManagerLevel() int32 + func (x *SearchNotificationAccountReq) GetKeyword() string + func (x *SearchNotificationAccountReq) GetPagination() *sdkws.RequestPagination + func (x *SearchNotificationAccountReq) ProtoReflect() protoreflect.Message + func (x *SearchNotificationAccountReq) Reset() + func (x *SearchNotificationAccountReq) String() string + type SearchNotificationAccountResp struct + NotificationAccounts []*NotificationAccountInfo + Total int64 + func (*SearchNotificationAccountResp) Descriptor() ([]byte, []int) + func (*SearchNotificationAccountResp) ProtoMessage() + func (x *SearchNotificationAccountResp) GetNotificationAccounts() []*NotificationAccountInfo + func (x *SearchNotificationAccountResp) GetTotal() int64 + func (x *SearchNotificationAccountResp) ProtoReflect() protoreflect.Message + func (x *SearchNotificationAccountResp) Reset() + func (x *SearchNotificationAccountResp) String() string + type SetConversationReq struct + Conversation *conversation.Conversation + NotificationType int32 + OperationID string + func (*SetConversationReq) Descriptor() ([]byte, []int) + func (*SetConversationReq) ProtoMessage() + func (x *SetConversationReq) Check() error + func (x *SetConversationReq) GetConversation() *conversation.Conversation + func (x *SetConversationReq) GetNotificationType() int32 + func (x *SetConversationReq) GetOperationID() string + func (x *SetConversationReq) ProtoReflect() protoreflect.Message + func (x *SetConversationReq) Reset() + func (x *SetConversationReq) String() string + type SetConversationResp struct + func (*SetConversationResp) Descriptor() ([]byte, []int) + func (*SetConversationResp) ProtoMessage() + func (x *SetConversationResp) ProtoReflect() protoreflect.Message + func (x *SetConversationResp) Reset() + func (x *SetConversationResp) String() string + type SetGlobalRecvMessageOptReq struct + GlobalRecvMsgOpt int32 + UserID string + func (*SetGlobalRecvMessageOptReq) Descriptor() ([]byte, []int) + func (*SetGlobalRecvMessageOptReq) ProtoMessage() + func (x *SetGlobalRecvMessageOptReq) Check() error + func (x *SetGlobalRecvMessageOptReq) GetGlobalRecvMsgOpt() int32 + func (x *SetGlobalRecvMessageOptReq) GetUserID() string + func (x *SetGlobalRecvMessageOptReq) ProtoReflect() protoreflect.Message + func (x *SetGlobalRecvMessageOptReq) Reset() + func (x *SetGlobalRecvMessageOptReq) String() string + type SetGlobalRecvMessageOptResp struct + func (*SetGlobalRecvMessageOptResp) Descriptor() ([]byte, []int) + func (*SetGlobalRecvMessageOptResp) ProtoMessage() + func (x *SetGlobalRecvMessageOptResp) ProtoReflect() protoreflect.Message + func (x *SetGlobalRecvMessageOptResp) Reset() + func (x *SetGlobalRecvMessageOptResp) String() string + type SetRecvMsgOptReq struct + ConversationID string + NotificationType int32 + OperationID string + OwnerUserID string + RecvMsgOpt int32 + func (*SetRecvMsgOptReq) Descriptor() ([]byte, []int) + func (*SetRecvMsgOptReq) ProtoMessage() + func (x *SetRecvMsgOptReq) Check() error + func (x *SetRecvMsgOptReq) GetConversationID() string + func (x *SetRecvMsgOptReq) GetNotificationType() int32 + func (x *SetRecvMsgOptReq) GetOperationID() string + func (x *SetRecvMsgOptReq) GetOwnerUserID() string + func (x *SetRecvMsgOptReq) GetRecvMsgOpt() int32 + func (x *SetRecvMsgOptReq) ProtoReflect() protoreflect.Message + func (x *SetRecvMsgOptReq) Reset() + func (x *SetRecvMsgOptReq) String() string + type SetRecvMsgOptResp struct + func (*SetRecvMsgOptResp) Descriptor() ([]byte, []int) + func (*SetRecvMsgOptResp) ProtoMessage() + func (x *SetRecvMsgOptResp) ProtoReflect() protoreflect.Message + func (x *SetRecvMsgOptResp) Reset() + func (x *SetRecvMsgOptResp) String() string + type SetUserClientConfigReq struct + Configs map[string]string + UserID string + func (*SetUserClientConfigReq) Descriptor() ([]byte, []int) + func (*SetUserClientConfigReq) ProtoMessage() + func (x *SetUserClientConfigReq) GetConfigs() map[string]string + func (x *SetUserClientConfigReq) GetUserID() string + func (x *SetUserClientConfigReq) ProtoReflect() protoreflect.Message + func (x *SetUserClientConfigReq) Reset() + func (x *SetUserClientConfigReq) String() string + type SetUserClientConfigResp struct + func (*SetUserClientConfigResp) Descriptor() ([]byte, []int) + func (*SetUserClientConfigResp) ProtoMessage() + func (x *SetUserClientConfigResp) ProtoReflect() protoreflect.Message + func (x *SetUserClientConfigResp) Reset() + func (x *SetUserClientConfigResp) String() string + type SetUserOnlineStatusReq struct + Status []*UserOnlineStatus + func (*SetUserOnlineStatusReq) Descriptor() ([]byte, []int) + func (*SetUserOnlineStatusReq) ProtoMessage() + func (x *SetUserOnlineStatusReq) GetStatus() []*UserOnlineStatus + func (x *SetUserOnlineStatusReq) ProtoReflect() protoreflect.Message + func (x *SetUserOnlineStatusReq) Reset() + func (x *SetUserOnlineStatusReq) String() string + type SetUserOnlineStatusResp struct + func (*SetUserOnlineStatusResp) Descriptor() ([]byte, []int) + func (*SetUserOnlineStatusResp) ProtoMessage() + func (x *SetUserOnlineStatusResp) ProtoReflect() protoreflect.Message + func (x *SetUserOnlineStatusResp) Reset() + func (x *SetUserOnlineStatusResp) String() string + type SetUserStatusReq struct + ConnID string + IsBackground bool + PlatformID int32 + Status int32 + UserID string + func (*SetUserStatusReq) Descriptor() ([]byte, []int) + func (*SetUserStatusReq) ProtoMessage() + func (x *SetUserStatusReq) GetConnID() string + func (x *SetUserStatusReq) GetIsBackground() bool + func (x *SetUserStatusReq) GetPlatformID() int32 + func (x *SetUserStatusReq) GetStatus() int32 + func (x *SetUserStatusReq) GetUserID() string + func (x *SetUserStatusReq) ProtoReflect() protoreflect.Message + func (x *SetUserStatusReq) Reset() + func (x *SetUserStatusReq) String() string + type SetUserStatusResp struct + func (*SetUserStatusResp) Descriptor() ([]byte, []int) + func (*SetUserStatusResp) ProtoMessage() + func (x *SetUserStatusResp) ProtoReflect() protoreflect.Message + func (x *SetUserStatusResp) Reset() + func (x *SetUserStatusResp) String() string + type SortQueryReq struct + Asc bool + UserIDName map[string]string + func (*SortQueryReq) Descriptor() ([]byte, []int) + func (*SortQueryReq) ProtoMessage() + func (x *SortQueryReq) GetAsc() bool + func (x *SortQueryReq) GetUserIDName() map[string]string + func (x *SortQueryReq) ProtoReflect() protoreflect.Message + func (x *SortQueryReq) Reset() + func (x *SortQueryReq) String() string + type SortQueryResp struct + Users []*sdkws.UserInfo + func (*SortQueryResp) Descriptor() ([]byte, []int) + func (*SortQueryResp) ProtoMessage() + func (x *SortQueryResp) GetUsers() []*sdkws.UserInfo + func (x *SortQueryResp) ProtoReflect() protoreflect.Message + func (x *SortQueryResp) Reset() + func (x *SortQueryResp) String() string + type SubscribeOrCancelUsersStatusReq struct + Genre int32 + UserID string + UserIDs []string + func (*SubscribeOrCancelUsersStatusReq) Descriptor() ([]byte, []int) + func (*SubscribeOrCancelUsersStatusReq) ProtoMessage() + func (x *SubscribeOrCancelUsersStatusReq) Check() error + func (x *SubscribeOrCancelUsersStatusReq) GetGenre() int32 + func (x *SubscribeOrCancelUsersStatusReq) GetUserID() string + func (x *SubscribeOrCancelUsersStatusReq) GetUserIDs() []string + func (x *SubscribeOrCancelUsersStatusReq) ProtoReflect() protoreflect.Message + func (x *SubscribeOrCancelUsersStatusReq) Reset() + func (x *SubscribeOrCancelUsersStatusReq) String() string + type SubscribeOrCancelUsersStatusResp struct + StatusList []*OnlineStatus + func (*SubscribeOrCancelUsersStatusResp) Descriptor() ([]byte, []int) + func (*SubscribeOrCancelUsersStatusResp) ProtoMessage() + func (x *SubscribeOrCancelUsersStatusResp) GetStatusList() []*OnlineStatus + func (x *SubscribeOrCancelUsersStatusResp) ProtoReflect() protoreflect.Message + func (x *SubscribeOrCancelUsersStatusResp) Reset() + func (x *SubscribeOrCancelUsersStatusResp) String() string + type UnimplementedUserServer struct + func (UnimplementedUserServer) AccountCheck(context.Context, *AccountCheckReq) (*AccountCheckResp, error) + func (UnimplementedUserServer) AddNotificationAccount(context.Context, *AddNotificationAccountReq) (*AddNotificationAccountResp, error) + func (UnimplementedUserServer) DelUserClientConfig(context.Context, *DelUserClientConfigReq) (*DelUserClientConfigResp, error) + func (UnimplementedUserServer) GetAllOnlineUsers(context.Context, *GetAllOnlineUsersReq) (*GetAllOnlineUsersResp, error) + func (UnimplementedUserServer) GetAllUserID(context.Context, *GetAllUserIDReq) (*GetAllUserIDResp, error) + func (UnimplementedUserServer) GetCAPublicKey(context.Context, *GetCAPublicKeyRequest) (*GetCAPublicKeyResponse, error) + func (UnimplementedUserServer) GetDesignateUsers(context.Context, *GetDesignateUsersReq) (*GetDesignateUsersResp, error) + func (UnimplementedUserServer) GetGlobalRecvMessageOpt(context.Context, *GetGlobalRecvMessageOptReq) (*GetGlobalRecvMessageOptResp, error) + func (UnimplementedUserServer) GetNotificationAccount(context.Context, *GetNotificationAccountReq) (*GetNotificationAccountResp, error) + func (UnimplementedUserServer) GetPaginationUsers(context.Context, *GetPaginationUsersReq) (*GetPaginationUsersResp, error) + func (UnimplementedUserServer) GetSeed(context.Context, *GetSeedRequest) (*GetSeedResponse, error) + func (UnimplementedUserServer) GetSubscribeUsersStatus(context.Context, *GetSubscribeUsersStatusReq) (*GetSubscribeUsersStatusResp, error) + func (UnimplementedUserServer) GetUserCertificate(context.Context, *GetUserCertificateReq) (*GetUserCertificateResp, error) + func (UnimplementedUserServer) GetUserClientConfig(context.Context, *GetUserClientConfigReq) (*GetUserClientConfigResp, error) + func (UnimplementedUserServer) GetUserPrivateKey(context.Context, *GetUserPrivateKeyReq) (*GetUserPrivateKeyResp, error) + func (UnimplementedUserServer) GetUserStatus(context.Context, *GetUserStatusReq) (*GetUserStatusResp, error) + func (UnimplementedUserServer) PageUserClientConfig(context.Context, *PageUserClientConfigReq) (*PageUserClientConfigResp, error) + func (UnimplementedUserServer) ProcessUserCommandAdd(context.Context, *ProcessUserCommandAddReq) (*ProcessUserCommandAddResp, error) + func (UnimplementedUserServer) ProcessUserCommandDelete(context.Context, *ProcessUserCommandDeleteReq) (*ProcessUserCommandDeleteResp, error) + func (UnimplementedUserServer) ProcessUserCommandGet(context.Context, *ProcessUserCommandGetReq) (*ProcessUserCommandGetResp, error) + func (UnimplementedUserServer) ProcessUserCommandGetAll(context.Context, *ProcessUserCommandGetAllReq) (*ProcessUserCommandGetAllResp, error) + func (UnimplementedUserServer) ProcessUserCommandUpdate(context.Context, *ProcessUserCommandUpdateReq) (*ProcessUserCommandUpdateResp, error) + func (UnimplementedUserServer) SearchNotificationAccount(context.Context, *SearchNotificationAccountReq) (*SearchNotificationAccountResp, error) + func (UnimplementedUserServer) SetGlobalRecvMessageOpt(context.Context, *SetGlobalRecvMessageOptReq) (*SetGlobalRecvMessageOptResp, error) + func (UnimplementedUserServer) SetUserClientConfig(context.Context, *SetUserClientConfigReq) (*SetUserClientConfigResp, error) + func (UnimplementedUserServer) SetUserOnlineStatus(context.Context, *SetUserOnlineStatusReq) (*SetUserOnlineStatusResp, error) + func (UnimplementedUserServer) SetUserStatus(context.Context, *SetUserStatusReq) (*SetUserStatusResp, error) + func (UnimplementedUserServer) SortQuery(context.Context, *SortQueryReq) (*SortQueryResp, error) + func (UnimplementedUserServer) SubscribeOrCancelUsersStatus(context.Context, *SubscribeOrCancelUsersStatusReq) (*SubscribeOrCancelUsersStatusResp, error) + func (UnimplementedUserServer) UpdateNotificationAccountInfo(context.Context, *UpdateNotificationAccountInfoReq) (*UpdateNotificationAccountInfoResp, error) + func (UnimplementedUserServer) UpdateUserInfo(context.Context, *UpdateUserInfoReq) (*UpdateUserInfoResp, error) + func (UnimplementedUserServer) UpdateUserInfoEx(context.Context, *UpdateUserInfoExReq) (*UpdateUserInfoExResp, error) + func (UnimplementedUserServer) UserRegister(context.Context, *UserRegisterReq) (*UserRegisterResp, error) + func (UnimplementedUserServer) UserRegisterCount(context.Context, *UserRegisterCountReq) (*UserRegisterCountResp, error) + type UnsafeUserServer interface + type UpdateNotificationAccountInfoReq struct + FaceURL string + NickName string + UserID string + func (*UpdateNotificationAccountInfoReq) Descriptor() ([]byte, []int) + func (*UpdateNotificationAccountInfoReq) ProtoMessage() + func (x *UpdateNotificationAccountInfoReq) Check() error + func (x *UpdateNotificationAccountInfoReq) GetFaceURL() string + func (x *UpdateNotificationAccountInfoReq) GetNickName() string + func (x *UpdateNotificationAccountInfoReq) GetUserID() string + func (x *UpdateNotificationAccountInfoReq) ProtoReflect() protoreflect.Message + func (x *UpdateNotificationAccountInfoReq) Reset() + func (x *UpdateNotificationAccountInfoReq) String() string + type UpdateNotificationAccountInfoResp struct + func (*UpdateNotificationAccountInfoResp) Descriptor() ([]byte, []int) + func (*UpdateNotificationAccountInfoResp) ProtoMessage() + func (x *UpdateNotificationAccountInfoResp) ProtoReflect() protoreflect.Message + func (x *UpdateNotificationAccountInfoResp) Reset() + func (x *UpdateNotificationAccountInfoResp) String() string + type UpdateUserInfoExReq struct + UserInfo *sdkws.UserInfoWithEx + func (*UpdateUserInfoExReq) Descriptor() ([]byte, []int) + func (*UpdateUserInfoExReq) ProtoMessage() + func (x *UpdateUserInfoExReq) Check() error + func (x *UpdateUserInfoExReq) GetUserInfo() *sdkws.UserInfoWithEx + func (x *UpdateUserInfoExReq) ProtoReflect() protoreflect.Message + func (x *UpdateUserInfoExReq) Reset() + func (x *UpdateUserInfoExReq) String() string + type UpdateUserInfoExResp struct + func (*UpdateUserInfoExResp) Descriptor() ([]byte, []int) + func (*UpdateUserInfoExResp) ProtoMessage() + func (x *UpdateUserInfoExResp) ProtoReflect() protoreflect.Message + func (x *UpdateUserInfoExResp) Reset() + func (x *UpdateUserInfoExResp) String() string + type UpdateUserInfoReq struct + UserInfo *sdkws.UserInfo + func (*UpdateUserInfoReq) Descriptor() ([]byte, []int) + func (*UpdateUserInfoReq) ProtoMessage() + func (x *UpdateUserInfoReq) Check() error + func (x *UpdateUserInfoReq) GetUserInfo() *sdkws.UserInfo + func (x *UpdateUserInfoReq) ProtoReflect() protoreflect.Message + func (x *UpdateUserInfoReq) Reset() + func (x *UpdateUserInfoReq) String() string + type UpdateUserInfoResp struct + func (*UpdateUserInfoResp) Descriptor() ([]byte, []int) + func (*UpdateUserInfoResp) ProtoMessage() + func (x *UpdateUserInfoResp) ProtoReflect() protoreflect.Message + func (x *UpdateUserInfoResp) Reset() + func (x *UpdateUserInfoResp) String() string + type UserClient interface + AccountCheck func(ctx context.Context, in *AccountCheckReq, opts ...grpc.CallOption) (*AccountCheckResp, error) + AddNotificationAccount func(ctx context.Context, in *AddNotificationAccountReq, opts ...grpc.CallOption) (*AddNotificationAccountResp, error) + DelUserClientConfig func(ctx context.Context, in *DelUserClientConfigReq, opts ...grpc.CallOption) (*DelUserClientConfigResp, error) + GetAllOnlineUsers func(ctx context.Context, in *GetAllOnlineUsersReq, opts ...grpc.CallOption) (*GetAllOnlineUsersResp, error) + GetAllUserID func(ctx context.Context, in *GetAllUserIDReq, opts ...grpc.CallOption) (*GetAllUserIDResp, error) + GetCAPublicKey func(ctx context.Context, in *GetCAPublicKeyRequest, opts ...grpc.CallOption) (*GetCAPublicKeyResponse, error) + GetDesignateUsers func(ctx context.Context, in *GetDesignateUsersReq, opts ...grpc.CallOption) (*GetDesignateUsersResp, error) + GetGlobalRecvMessageOpt func(ctx context.Context, in *GetGlobalRecvMessageOptReq, opts ...grpc.CallOption) (*GetGlobalRecvMessageOptResp, error) + GetNotificationAccount func(ctx context.Context, in *GetNotificationAccountReq, opts ...grpc.CallOption) (*GetNotificationAccountResp, error) + GetPaginationUsers func(ctx context.Context, in *GetPaginationUsersReq, opts ...grpc.CallOption) (*GetPaginationUsersResp, error) + GetSeed func(ctx context.Context, in *GetSeedRequest, opts ...grpc.CallOption) (*GetSeedResponse, error) + GetSubscribeUsersStatus func(ctx context.Context, in *GetSubscribeUsersStatusReq, opts ...grpc.CallOption) (*GetSubscribeUsersStatusResp, error) + GetUserCertificate func(ctx context.Context, in *GetUserCertificateReq, opts ...grpc.CallOption) (*GetUserCertificateResp, error) + GetUserClientConfig func(ctx context.Context, in *GetUserClientConfigReq, opts ...grpc.CallOption) (*GetUserClientConfigResp, error) + GetUserPrivateKey func(ctx context.Context, in *GetUserPrivateKeyReq, opts ...grpc.CallOption) (*GetUserPrivateKeyResp, error) + GetUserStatus func(ctx context.Context, in *GetUserStatusReq, opts ...grpc.CallOption) (*GetUserStatusResp, error) + PageUserClientConfig func(ctx context.Context, in *PageUserClientConfigReq, opts ...grpc.CallOption) (*PageUserClientConfigResp, error) + ProcessUserCommandAdd func(ctx context.Context, in *ProcessUserCommandAddReq, opts ...grpc.CallOption) (*ProcessUserCommandAddResp, error) + ProcessUserCommandDelete func(ctx context.Context, in *ProcessUserCommandDeleteReq, opts ...grpc.CallOption) (*ProcessUserCommandDeleteResp, error) + ProcessUserCommandGet func(ctx context.Context, in *ProcessUserCommandGetReq, opts ...grpc.CallOption) (*ProcessUserCommandGetResp, error) + ProcessUserCommandGetAll func(ctx context.Context, in *ProcessUserCommandGetAllReq, opts ...grpc.CallOption) (*ProcessUserCommandGetAllResp, error) + ProcessUserCommandUpdate func(ctx context.Context, in *ProcessUserCommandUpdateReq, opts ...grpc.CallOption) (*ProcessUserCommandUpdateResp, error) + SearchNotificationAccount func(ctx context.Context, in *SearchNotificationAccountReq, opts ...grpc.CallOption) (*SearchNotificationAccountResp, error) + SetGlobalRecvMessageOpt func(ctx context.Context, in *SetGlobalRecvMessageOptReq, opts ...grpc.CallOption) (*SetGlobalRecvMessageOptResp, error) + SetUserClientConfig func(ctx context.Context, in *SetUserClientConfigReq, opts ...grpc.CallOption) (*SetUserClientConfigResp, error) + SetUserOnlineStatus func(ctx context.Context, in *SetUserOnlineStatusReq, opts ...grpc.CallOption) (*SetUserOnlineStatusResp, error) + SetUserStatus func(ctx context.Context, in *SetUserStatusReq, opts ...grpc.CallOption) (*SetUserStatusResp, error) + SortQuery func(ctx context.Context, in *SortQueryReq, opts ...grpc.CallOption) (*SortQueryResp, error) + SubscribeOrCancelUsersStatus func(ctx context.Context, in *SubscribeOrCancelUsersStatusReq, ...) (*SubscribeOrCancelUsersStatusResp, error) + UpdateNotificationAccountInfo func(ctx context.Context, in *UpdateNotificationAccountInfoReq, ...) (*UpdateNotificationAccountInfoResp, error) + UpdateUserInfo func(ctx context.Context, in *UpdateUserInfoReq, opts ...grpc.CallOption) (*UpdateUserInfoResp, error) + UpdateUserInfoEx func(ctx context.Context, in *UpdateUserInfoExReq, opts ...grpc.CallOption) (*UpdateUserInfoExResp, error) + UserRegister func(ctx context.Context, in *UserRegisterReq, opts ...grpc.CallOption) (*UserRegisterResp, error) + UserRegisterCount func(ctx context.Context, in *UserRegisterCountReq, opts ...grpc.CallOption) (*UserRegisterCountResp, error) + func NewUserClient(cc grpc.ClientConnInterface) UserClient + type UserOnlineStatus struct + ConnID string + Offline []int32 + Online []int32 + UserID string + func (*UserOnlineStatus) Descriptor() ([]byte, []int) + func (*UserOnlineStatus) ProtoMessage() + func (x *UserOnlineStatus) GetConnID() string + func (x *UserOnlineStatus) GetOffline() []int32 + func (x *UserOnlineStatus) GetOnline() []int32 + func (x *UserOnlineStatus) GetUserID() string + func (x *UserOnlineStatus) ProtoReflect() protoreflect.Message + func (x *UserOnlineStatus) Reset() + func (x *UserOnlineStatus) String() string + type UserRegisterCountReq struct + End int64 + Start int64 + func (*UserRegisterCountReq) Descriptor() ([]byte, []int) + func (*UserRegisterCountReq) ProtoMessage() + func (x *UserRegisterCountReq) Check() error + func (x *UserRegisterCountReq) GetEnd() int64 + func (x *UserRegisterCountReq) GetStart() int64 + func (x *UserRegisterCountReq) ProtoReflect() protoreflect.Message + func (x *UserRegisterCountReq) Reset() + func (x *UserRegisterCountReq) String() string + type UserRegisterCountResp struct + Before int64 + Count map[string]int64 + Total int64 + func (*UserRegisterCountResp) Descriptor() ([]byte, []int) + func (*UserRegisterCountResp) ProtoMessage() + func (x *UserRegisterCountResp) GetBefore() int64 + func (x *UserRegisterCountResp) GetCount() map[string]int64 + func (x *UserRegisterCountResp) GetTotal() int64 + func (x *UserRegisterCountResp) ProtoReflect() protoreflect.Message + func (x *UserRegisterCountResp) Reset() + func (x *UserRegisterCountResp) String() string + type UserRegisterReq struct + Users []*sdkws.UserInfo + func (*UserRegisterReq) Descriptor() ([]byte, []int) + func (*UserRegisterReq) ProtoMessage() + func (x *UserRegisterReq) Check() error + func (x *UserRegisterReq) GetUsers() []*sdkws.UserInfo + func (x *UserRegisterReq) ProtoReflect() protoreflect.Message + func (x *UserRegisterReq) Reset() + func (x *UserRegisterReq) String() string + type UserRegisterResp struct + func (*UserRegisterResp) Descriptor() ([]byte, []int) + func (*UserRegisterResp) ProtoMessage() + func (x *UserRegisterResp) ProtoReflect() protoreflect.Message + func (x *UserRegisterResp) Reset() + func (x *UserRegisterResp) String() string + type UserServer interface + AccountCheck func(context.Context, *AccountCheckReq) (*AccountCheckResp, error) + AddNotificationAccount func(context.Context, *AddNotificationAccountReq) (*AddNotificationAccountResp, error) + DelUserClientConfig func(context.Context, *DelUserClientConfigReq) (*DelUserClientConfigResp, error) + GetAllOnlineUsers func(context.Context, *GetAllOnlineUsersReq) (*GetAllOnlineUsersResp, error) + GetAllUserID func(context.Context, *GetAllUserIDReq) (*GetAllUserIDResp, error) + GetCAPublicKey func(context.Context, *GetCAPublicKeyRequest) (*GetCAPublicKeyResponse, error) + GetDesignateUsers func(context.Context, *GetDesignateUsersReq) (*GetDesignateUsersResp, error) + GetGlobalRecvMessageOpt func(context.Context, *GetGlobalRecvMessageOptReq) (*GetGlobalRecvMessageOptResp, error) + GetNotificationAccount func(context.Context, *GetNotificationAccountReq) (*GetNotificationAccountResp, error) + GetPaginationUsers func(context.Context, *GetPaginationUsersReq) (*GetPaginationUsersResp, error) + GetSeed func(context.Context, *GetSeedRequest) (*GetSeedResponse, error) + GetSubscribeUsersStatus func(context.Context, *GetSubscribeUsersStatusReq) (*GetSubscribeUsersStatusResp, error) + GetUserCertificate func(context.Context, *GetUserCertificateReq) (*GetUserCertificateResp, error) + GetUserClientConfig func(context.Context, *GetUserClientConfigReq) (*GetUserClientConfigResp, error) + GetUserPrivateKey func(context.Context, *GetUserPrivateKeyReq) (*GetUserPrivateKeyResp, error) + GetUserStatus func(context.Context, *GetUserStatusReq) (*GetUserStatusResp, error) + PageUserClientConfig func(context.Context, *PageUserClientConfigReq) (*PageUserClientConfigResp, error) + ProcessUserCommandAdd func(context.Context, *ProcessUserCommandAddReq) (*ProcessUserCommandAddResp, error) + ProcessUserCommandDelete func(context.Context, *ProcessUserCommandDeleteReq) (*ProcessUserCommandDeleteResp, error) + ProcessUserCommandGet func(context.Context, *ProcessUserCommandGetReq) (*ProcessUserCommandGetResp, error) + ProcessUserCommandGetAll func(context.Context, *ProcessUserCommandGetAllReq) (*ProcessUserCommandGetAllResp, error) + ProcessUserCommandUpdate func(context.Context, *ProcessUserCommandUpdateReq) (*ProcessUserCommandUpdateResp, error) + SearchNotificationAccount func(context.Context, *SearchNotificationAccountReq) (*SearchNotificationAccountResp, error) + SetGlobalRecvMessageOpt func(context.Context, *SetGlobalRecvMessageOptReq) (*SetGlobalRecvMessageOptResp, error) + SetUserClientConfig func(context.Context, *SetUserClientConfigReq) (*SetUserClientConfigResp, error) + SetUserOnlineStatus func(context.Context, *SetUserOnlineStatusReq) (*SetUserOnlineStatusResp, error) + SetUserStatus func(context.Context, *SetUserStatusReq) (*SetUserStatusResp, error) + SortQuery func(context.Context, *SortQueryReq) (*SortQueryResp, error) + SubscribeOrCancelUsersStatus func(context.Context, *SubscribeOrCancelUsersStatusReq) (*SubscribeOrCancelUsersStatusResp, error) + UpdateNotificationAccountInfo func(context.Context, *UpdateNotificationAccountInfoReq) (*UpdateNotificationAccountInfoResp, error) + UpdateUserInfo func(context.Context, *UpdateUserInfoReq) (*UpdateUserInfoResp, error) + UpdateUserInfoEx func(context.Context, *UpdateUserInfoExReq) (*UpdateUserInfoExResp, error) + UserRegister func(context.Context, *UserRegisterReq) (*UserRegisterResp, error) + UserRegisterCount func(context.Context, *UserRegisterCountReq) (*UserRegisterCountResp, error)