Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterUserServer(s grpc.ServiceRegistrar, srv UserServer)
- type AccountCheckReq
- func (x *AccountCheckReq) Check() error
- func (*AccountCheckReq) Descriptor() ([]byte, []int)deprecated
- func (x *AccountCheckReq) GetCheckUserIDs() []string
- func (*AccountCheckReq) ProtoMessage()
- func (x *AccountCheckReq) ProtoReflect() protoreflect.Message
- func (x *AccountCheckReq) Reset()
- func (x *AccountCheckReq) String() string
- type AccountCheckResp
- func (*AccountCheckResp) Descriptor() ([]byte, []int)deprecated
- func (x *AccountCheckResp) GetResults() []*AccountCheckRespSingleUserStatus
- func (*AccountCheckResp) ProtoMessage()
- func (x *AccountCheckResp) ProtoReflect() protoreflect.Message
- func (x *AccountCheckResp) Reset()
- func (x *AccountCheckResp) String() string
- type AccountCheckRespSingleUserStatus
- func (*AccountCheckRespSingleUserStatus) Descriptor() ([]byte, []int)deprecated
- func (x *AccountCheckRespSingleUserStatus) GetAccountStatus() int32
- func (x *AccountCheckRespSingleUserStatus) GetUserID() string
- func (*AccountCheckRespSingleUserStatus) ProtoMessage()
- func (x *AccountCheckRespSingleUserStatus) ProtoReflect() protoreflect.Message
- func (x *AccountCheckRespSingleUserStatus) Reset()
- func (x *AccountCheckRespSingleUserStatus) String() string
- type AddNotificationAccountReq
- func (x *AddNotificationAccountReq) Check() error
- func (*AddNotificationAccountReq) Descriptor() ([]byte, []int)deprecated
- func (x *AddNotificationAccountReq) GetAppMangerLevel() int32
- func (x *AddNotificationAccountReq) GetFaceURL() string
- func (x *AddNotificationAccountReq) GetNickName() string
- func (x *AddNotificationAccountReq) GetUserID() string
- func (*AddNotificationAccountReq) ProtoMessage()
- func (x *AddNotificationAccountReq) ProtoReflect() protoreflect.Message
- func (x *AddNotificationAccountReq) Reset()
- func (x *AddNotificationAccountReq) String() string
- type AddNotificationAccountResp
- func (*AddNotificationAccountResp) Descriptor() ([]byte, []int)deprecated
- func (x *AddNotificationAccountResp) GetAppMangerLevel() int32
- func (x *AddNotificationAccountResp) GetFaceURL() string
- func (x *AddNotificationAccountResp) GetNickName() string
- func (x *AddNotificationAccountResp) GetUserID() string
- func (*AddNotificationAccountResp) ProtoMessage()
- func (x *AddNotificationAccountResp) ProtoReflect() protoreflect.Message
- func (x *AddNotificationAccountResp) Reset()
- func (x *AddNotificationAccountResp) String() string
- type AllCommandInfoResp
- func (*AllCommandInfoResp) Descriptor() ([]byte, []int)deprecated
- 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 (*AllCommandInfoResp) ProtoMessage()
- func (x *AllCommandInfoResp) ProtoReflect() protoreflect.Message
- func (x *AllCommandInfoResp) Reset()
- func (x *AllCommandInfoResp) String() string
- type BatchSetConversationsReq
- func (x *BatchSetConversationsReq) Check() error
- func (*BatchSetConversationsReq) Descriptor() ([]byte, []int)deprecated
- func (x *BatchSetConversationsReq) GetConversations() []*conversation.Conversation
- func (x *BatchSetConversationsReq) GetNotificationType() int32
- func (x *BatchSetConversationsReq) GetOperationID() string
- func (x *BatchSetConversationsReq) GetOwnerUserID() string
- func (*BatchSetConversationsReq) ProtoMessage()
- func (x *BatchSetConversationsReq) ProtoReflect() protoreflect.Message
- func (x *BatchSetConversationsReq) Reset()
- func (x *BatchSetConversationsReq) String() string
- type BatchSetConversationsResp
- func (*BatchSetConversationsResp) Descriptor() ([]byte, []int)deprecated
- func (x *BatchSetConversationsResp) GetFailed() []string
- func (x *BatchSetConversationsResp) GetSuccess() []string
- func (*BatchSetConversationsResp) ProtoMessage()
- func (x *BatchSetConversationsResp) ProtoReflect() protoreflect.Message
- func (x *BatchSetConversationsResp) Reset()
- func (x *BatchSetConversationsResp) String() string
- type CommandInfoResp
- func (*CommandInfoResp) Descriptor() ([]byte, []int)deprecated
- 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 (*CommandInfoResp) ProtoMessage()
- func (x *CommandInfoResp) ProtoReflect() protoreflect.Message
- func (x *CommandInfoResp) Reset()
- func (x *CommandInfoResp) String() string
- type GetAllConversationsReq
- func (x *GetAllConversationsReq) Check() error
- func (*GetAllConversationsReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllConversationsReq) GetOperationID() string
- func (x *GetAllConversationsReq) GetOwnerUserID() string
- func (*GetAllConversationsReq) ProtoMessage()
- func (x *GetAllConversationsReq) ProtoReflect() protoreflect.Message
- func (x *GetAllConversationsReq) Reset()
- func (x *GetAllConversationsReq) String() string
- type GetAllConversationsResp
- func (*GetAllConversationsResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllConversationsResp) GetConversations() []*conversation.Conversation
- func (*GetAllConversationsResp) ProtoMessage()
- func (x *GetAllConversationsResp) ProtoReflect() protoreflect.Message
- func (x *GetAllConversationsResp) Reset()
- func (x *GetAllConversationsResp) String() string
- type GetAllOnlineUsersReq
- func (*GetAllOnlineUsersReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllOnlineUsersReq) GetCursor() uint64
- func (*GetAllOnlineUsersReq) ProtoMessage()
- func (x *GetAllOnlineUsersReq) ProtoReflect() protoreflect.Message
- func (x *GetAllOnlineUsersReq) Reset()
- func (x *GetAllOnlineUsersReq) String() string
- type GetAllOnlineUsersResp
- func (*GetAllOnlineUsersResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllOnlineUsersResp) GetNextCursor() uint64
- func (x *GetAllOnlineUsersResp) GetStatusList() []*OnlineStatus
- func (*GetAllOnlineUsersResp) ProtoMessage()
- func (x *GetAllOnlineUsersResp) ProtoReflect() protoreflect.Message
- func (x *GetAllOnlineUsersResp) Reset()
- func (x *GetAllOnlineUsersResp) String() string
- type GetAllUserIDReq
- func (x *GetAllUserIDReq) Check() error
- func (*GetAllUserIDReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllUserIDReq) GetPagination() *sdkws.RequestPagination
- func (*GetAllUserIDReq) ProtoMessage()
- func (x *GetAllUserIDReq) ProtoReflect() protoreflect.Message
- func (x *GetAllUserIDReq) Reset()
- func (x *GetAllUserIDReq) String() string
- type GetAllUserIDResp
- func (*GetAllUserIDResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetAllUserIDResp) GetTotal() int32
- func (x *GetAllUserIDResp) GetUserIDs() []string
- func (*GetAllUserIDResp) ProtoMessage()
- func (x *GetAllUserIDResp) ProtoReflect() protoreflect.Message
- func (x *GetAllUserIDResp) Reset()
- func (x *GetAllUserIDResp) String() string
- type GetConversationReq
- func (x *GetConversationReq) Check() error
- func (*GetConversationReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetConversationReq) GetConversationID() string
- func (x *GetConversationReq) GetOperationID() string
- func (x *GetConversationReq) GetOwnerUserID() string
- func (*GetConversationReq) ProtoMessage()
- func (x *GetConversationReq) ProtoReflect() protoreflect.Message
- func (x *GetConversationReq) Reset()
- func (x *GetConversationReq) String() string
- type GetConversationResp
- func (*GetConversationResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetConversationResp) GetConversation() *conversation.Conversation
- func (*GetConversationResp) ProtoMessage()
- func (x *GetConversationResp) ProtoReflect() protoreflect.Message
- func (x *GetConversationResp) Reset()
- func (x *GetConversationResp) String() string
- type GetConversationsReq
- func (x *GetConversationsReq) Check() error
- func (*GetConversationsReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetConversationsReq) GetConversationIDs() []string
- func (x *GetConversationsReq) GetOperationID() string
- func (x *GetConversationsReq) GetOwnerUserID() string
- func (*GetConversationsReq) ProtoMessage()
- func (x *GetConversationsReq) ProtoReflect() protoreflect.Message
- func (x *GetConversationsReq) Reset()
- func (x *GetConversationsReq) String() string
- type GetConversationsResp
- func (*GetConversationsResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetConversationsResp) GetConversations() []*conversation.Conversation
- func (*GetConversationsResp) ProtoMessage()
- func (x *GetConversationsResp) ProtoReflect() protoreflect.Message
- func (x *GetConversationsResp) Reset()
- func (x *GetConversationsResp) String() string
- type GetDesignateUsersReq
- func (x *GetDesignateUsersReq) Check() error
- func (*GetDesignateUsersReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetDesignateUsersReq) GetUserIDs() []string
- func (*GetDesignateUsersReq) ProtoMessage()
- func (x *GetDesignateUsersReq) ProtoReflect() protoreflect.Message
- func (x *GetDesignateUsersReq) Reset()
- func (x *GetDesignateUsersReq) String() string
- type GetDesignateUsersResp
- func (*GetDesignateUsersResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetDesignateUsersResp) Format() any
- func (x *GetDesignateUsersResp) GetUsersInfo() []*sdkws.UserInfo
- func (*GetDesignateUsersResp) ProtoMessage()
- func (x *GetDesignateUsersResp) ProtoReflect() protoreflect.Message
- func (x *GetDesignateUsersResp) Reset()
- func (x *GetDesignateUsersResp) String() string
- type GetGlobalRecvMessageOptReq
- func (x *GetGlobalRecvMessageOptReq) Check() error
- func (*GetGlobalRecvMessageOptReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetGlobalRecvMessageOptReq) GetUserID() string
- func (*GetGlobalRecvMessageOptReq) ProtoMessage()
- func (x *GetGlobalRecvMessageOptReq) ProtoReflect() protoreflect.Message
- func (x *GetGlobalRecvMessageOptReq) Reset()
- func (x *GetGlobalRecvMessageOptReq) String() string
- type GetGlobalRecvMessageOptResp
- func (*GetGlobalRecvMessageOptResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetGlobalRecvMessageOptResp) GetGlobalRecvMsgOpt() int32
- func (*GetGlobalRecvMessageOptResp) ProtoMessage()
- func (x *GetGlobalRecvMessageOptResp) ProtoReflect() protoreflect.Message
- func (x *GetGlobalRecvMessageOptResp) Reset()
- func (x *GetGlobalRecvMessageOptResp) String() string
- type GetNotificationAccountReq
- func (*GetNotificationAccountReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetNotificationAccountReq) GetUserID() string
- func (*GetNotificationAccountReq) ProtoMessage()
- func (x *GetNotificationAccountReq) ProtoReflect() protoreflect.Message
- func (x *GetNotificationAccountReq) Reset()
- func (x *GetNotificationAccountReq) String() string
- type GetNotificationAccountResp
- func (*GetNotificationAccountResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetNotificationAccountResp) GetAccount() *NotificationAccountInfo
- func (*GetNotificationAccountResp) ProtoMessage()
- func (x *GetNotificationAccountResp) ProtoReflect() protoreflect.Message
- func (x *GetNotificationAccountResp) Reset()
- func (x *GetNotificationAccountResp) String() string
- type GetPaginationUsersReq
- func (x *GetPaginationUsersReq) Check() error
- func (*GetPaginationUsersReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetPaginationUsersReq) GetNickName() string
- func (x *GetPaginationUsersReq) GetPagination() *sdkws.RequestPagination
- func (x *GetPaginationUsersReq) GetUserID() string
- func (*GetPaginationUsersReq) ProtoMessage()
- func (x *GetPaginationUsersReq) ProtoReflect() protoreflect.Message
- func (x *GetPaginationUsersReq) Reset()
- func (x *GetPaginationUsersReq) String() string
- type GetPaginationUsersResp
- func (*GetPaginationUsersResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetPaginationUsersResp) GetTotal() int32
- func (x *GetPaginationUsersResp) GetUsers() []*sdkws.UserInfo
- func (*GetPaginationUsersResp) ProtoMessage()
- func (x *GetPaginationUsersResp) ProtoReflect() protoreflect.Message
- func (x *GetPaginationUsersResp) Reset()
- func (x *GetPaginationUsersResp) String() string
- type GetSubscribeUsersStatusReq
- func (x *GetSubscribeUsersStatusReq) Check() error
- func (*GetSubscribeUsersStatusReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubscribeUsersStatusReq) GetUserID() string
- func (*GetSubscribeUsersStatusReq) ProtoMessage()
- func (x *GetSubscribeUsersStatusReq) ProtoReflect() protoreflect.Message
- func (x *GetSubscribeUsersStatusReq) Reset()
- func (x *GetSubscribeUsersStatusReq) String() string
- type GetSubscribeUsersStatusResp
- func (*GetSubscribeUsersStatusResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetSubscribeUsersStatusResp) GetStatusList() []*OnlineStatus
- func (*GetSubscribeUsersStatusResp) ProtoMessage()
- func (x *GetSubscribeUsersStatusResp) ProtoReflect() protoreflect.Message
- func (x *GetSubscribeUsersStatusResp) Reset()
- func (x *GetSubscribeUsersStatusResp) String() string
- type GetUserStatusReq
- func (x *GetUserStatusReq) Check() error
- func (*GetUserStatusReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserStatusReq) GetUserID() string
- func (x *GetUserStatusReq) GetUserIDs() []string
- func (*GetUserStatusReq) ProtoMessage()
- func (x *GetUserStatusReq) ProtoReflect() protoreflect.Message
- func (x *GetUserStatusReq) Reset()
- func (x *GetUserStatusReq) String() string
- type GetUserStatusResp
- func (*GetUserStatusResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetUserStatusResp) GetStatusList() []*OnlineStatus
- func (*GetUserStatusResp) ProtoMessage()
- func (x *GetUserStatusResp) ProtoReflect() protoreflect.Message
- func (x *GetUserStatusResp) Reset()
- func (x *GetUserStatusResp) String() string
- type NotificationAccountInfo
- func (*NotificationAccountInfo) Descriptor() ([]byte, []int)deprecated
- func (x *NotificationAccountInfo) GetAppMangerLevel() int32
- func (x *NotificationAccountInfo) GetFaceURL() string
- func (x *NotificationAccountInfo) GetNickName() string
- func (x *NotificationAccountInfo) GetUserID() string
- func (*NotificationAccountInfo) ProtoMessage()
- func (x *NotificationAccountInfo) ProtoReflect() protoreflect.Message
- func (x *NotificationAccountInfo) Reset()
- func (x *NotificationAccountInfo) String() string
- type OnlineStatus
- func (*OnlineStatus) Descriptor() ([]byte, []int)deprecated
- func (x *OnlineStatus) GetPlatformIDs() []int32
- func (x *OnlineStatus) GetStatus() int32
- func (x *OnlineStatus) GetUserID() string
- func (*OnlineStatus) ProtoMessage()
- func (x *OnlineStatus) ProtoReflect() protoreflect.Message
- func (x *OnlineStatus) Reset()
- func (x *OnlineStatus) String() string
- type ProcessUserCommandAddReq
- func (x *ProcessUserCommandAddReq) Check() error
- func (*ProcessUserCommandAddReq) Descriptor() ([]byte, []int)deprecated
- 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 (*ProcessUserCommandAddReq) ProtoMessage()
- func (x *ProcessUserCommandAddReq) ProtoReflect() protoreflect.Message
- func (x *ProcessUserCommandAddReq) Reset()
- func (x *ProcessUserCommandAddReq) String() string
- type ProcessUserCommandAddResp
- type ProcessUserCommandDeleteReq
- func (x *ProcessUserCommandDeleteReq) Check() error
- func (*ProcessUserCommandDeleteReq) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessUserCommandDeleteReq) GetType() int32
- func (x *ProcessUserCommandDeleteReq) GetUserID() string
- func (x *ProcessUserCommandDeleteReq) GetUuid() string
- func (*ProcessUserCommandDeleteReq) ProtoMessage()
- func (x *ProcessUserCommandDeleteReq) ProtoReflect() protoreflect.Message
- func (x *ProcessUserCommandDeleteReq) Reset()
- func (x *ProcessUserCommandDeleteReq) String() string
- type ProcessUserCommandDeleteResp
- func (*ProcessUserCommandDeleteResp) Descriptor() ([]byte, []int)deprecated
- func (*ProcessUserCommandDeleteResp) ProtoMessage()
- func (x *ProcessUserCommandDeleteResp) ProtoReflect() protoreflect.Message
- func (x *ProcessUserCommandDeleteResp) Reset()
- func (x *ProcessUserCommandDeleteResp) String() string
- type ProcessUserCommandGetAllReq
- func (x *ProcessUserCommandGetAllReq) Check() error
- func (*ProcessUserCommandGetAllReq) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessUserCommandGetAllReq) GetUserID() string
- func (*ProcessUserCommandGetAllReq) ProtoMessage()
- func (x *ProcessUserCommandGetAllReq) ProtoReflect() protoreflect.Message
- func (x *ProcessUserCommandGetAllReq) Reset()
- func (x *ProcessUserCommandGetAllReq) String() string
- type ProcessUserCommandGetAllResp
- func (*ProcessUserCommandGetAllResp) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessUserCommandGetAllResp) GetCommandResp() []*AllCommandInfoResp
- func (*ProcessUserCommandGetAllResp) ProtoMessage()
- func (x *ProcessUserCommandGetAllResp) ProtoReflect() protoreflect.Message
- func (x *ProcessUserCommandGetAllResp) Reset()
- func (x *ProcessUserCommandGetAllResp) String() string
- type ProcessUserCommandGetReq
- func (x *ProcessUserCommandGetReq) Check() error
- func (*ProcessUserCommandGetReq) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessUserCommandGetReq) GetType() int32
- func (x *ProcessUserCommandGetReq) GetUserID() string
- func (*ProcessUserCommandGetReq) ProtoMessage()
- func (x *ProcessUserCommandGetReq) ProtoReflect() protoreflect.Message
- func (x *ProcessUserCommandGetReq) Reset()
- func (x *ProcessUserCommandGetReq) String() string
- type ProcessUserCommandGetResp
- func (*ProcessUserCommandGetResp) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessUserCommandGetResp) GetCommandResp() []*CommandInfoResp
- func (*ProcessUserCommandGetResp) ProtoMessage()
- func (x *ProcessUserCommandGetResp) ProtoReflect() protoreflect.Message
- func (x *ProcessUserCommandGetResp) Reset()
- func (x *ProcessUserCommandGetResp) String() string
- type ProcessUserCommandUpdateReq
- func (x *ProcessUserCommandUpdateReq) Check() error
- func (*ProcessUserCommandUpdateReq) Descriptor() ([]byte, []int)deprecated
- 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 (*ProcessUserCommandUpdateReq) ProtoMessage()
- func (x *ProcessUserCommandUpdateReq) ProtoReflect() protoreflect.Message
- func (x *ProcessUserCommandUpdateReq) Reset()
- func (x *ProcessUserCommandUpdateReq) String() string
- type ProcessUserCommandUpdateResp
- func (*ProcessUserCommandUpdateResp) Descriptor() ([]byte, []int)deprecated
- func (*ProcessUserCommandUpdateResp) ProtoMessage()
- func (x *ProcessUserCommandUpdateResp) ProtoReflect() protoreflect.Message
- func (x *ProcessUserCommandUpdateResp) Reset()
- func (x *ProcessUserCommandUpdateResp) String() string
- type SearchNotificationAccountReq
- func (x *SearchNotificationAccountReq) Check() error
- func (*SearchNotificationAccountReq) Descriptor() ([]byte, []int)deprecated
- func (x *SearchNotificationAccountReq) GetAppManagerLevel() int32
- func (x *SearchNotificationAccountReq) GetKeyword() string
- func (x *SearchNotificationAccountReq) GetPagination() *sdkws.RequestPagination
- func (*SearchNotificationAccountReq) ProtoMessage()
- func (x *SearchNotificationAccountReq) ProtoReflect() protoreflect.Message
- func (x *SearchNotificationAccountReq) Reset()
- func (x *SearchNotificationAccountReq) String() string
- type SearchNotificationAccountResp
- func (*SearchNotificationAccountResp) Descriptor() ([]byte, []int)deprecated
- func (x *SearchNotificationAccountResp) GetNotificationAccounts() []*NotificationAccountInfo
- func (x *SearchNotificationAccountResp) GetTotal() int64
- func (*SearchNotificationAccountResp) ProtoMessage()
- func (x *SearchNotificationAccountResp) ProtoReflect() protoreflect.Message
- func (x *SearchNotificationAccountResp) Reset()
- func (x *SearchNotificationAccountResp) String() string
- type SetConversationReq
- func (x *SetConversationReq) Check() error
- func (*SetConversationReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetConversationReq) GetConversation() *conversation.Conversation
- func (x *SetConversationReq) GetNotificationType() int32
- func (x *SetConversationReq) GetOperationID() string
- func (*SetConversationReq) ProtoMessage()
- func (x *SetConversationReq) ProtoReflect() protoreflect.Message
- func (x *SetConversationReq) Reset()
- func (x *SetConversationReq) String() string
- type SetConversationResp
- type SetGlobalRecvMessageOptReq
- func (x *SetGlobalRecvMessageOptReq) Check() error
- func (*SetGlobalRecvMessageOptReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetGlobalRecvMessageOptReq) GetGlobalRecvMsgOpt() int32
- func (x *SetGlobalRecvMessageOptReq) GetUserID() string
- func (*SetGlobalRecvMessageOptReq) ProtoMessage()
- func (x *SetGlobalRecvMessageOptReq) ProtoReflect() protoreflect.Message
- func (x *SetGlobalRecvMessageOptReq) Reset()
- func (x *SetGlobalRecvMessageOptReq) String() string
- type SetGlobalRecvMessageOptResp
- type SetRecvMsgOptReq
- func (x *SetRecvMsgOptReq) Check() error
- func (*SetRecvMsgOptReq) Descriptor() ([]byte, []int)deprecated
- 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 (*SetRecvMsgOptReq) ProtoMessage()
- func (x *SetRecvMsgOptReq) ProtoReflect() protoreflect.Message
- func (x *SetRecvMsgOptReq) Reset()
- func (x *SetRecvMsgOptReq) String() string
- type SetRecvMsgOptResp
- type SetUserOnlineStatusReq
- func (*SetUserOnlineStatusReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetUserOnlineStatusReq) GetStatus() []*UserOnlineStatus
- func (*SetUserOnlineStatusReq) ProtoMessage()
- func (x *SetUserOnlineStatusReq) ProtoReflect() protoreflect.Message
- func (x *SetUserOnlineStatusReq) Reset()
- func (x *SetUserOnlineStatusReq) String() string
- type SetUserOnlineStatusResp
- type SetUserStatusReq
- func (*SetUserStatusReq) Descriptor() ([]byte, []int)deprecated
- 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 (*SetUserStatusReq) ProtoMessage()
- func (x *SetUserStatusReq) ProtoReflect() protoreflect.Message
- func (x *SetUserStatusReq) Reset()
- func (x *SetUserStatusReq) String() string
- type SetUserStatusResp
- type SortQueryReq
- func (*SortQueryReq) Descriptor() ([]byte, []int)deprecated
- func (x *SortQueryReq) GetAsc() bool
- func (x *SortQueryReq) GetUserIDName() map[string]string
- func (*SortQueryReq) ProtoMessage()
- func (x *SortQueryReq) ProtoReflect() protoreflect.Message
- func (x *SortQueryReq) Reset()
- func (x *SortQueryReq) String() string
- type SortQueryResp
- type SubscribeOrCancelUsersStatusReq
- func (x *SubscribeOrCancelUsersStatusReq) Check() error
- func (*SubscribeOrCancelUsersStatusReq) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribeOrCancelUsersStatusReq) GetGenre() int32
- func (x *SubscribeOrCancelUsersStatusReq) GetUserID() string
- func (x *SubscribeOrCancelUsersStatusReq) GetUserIDs() []string
- func (*SubscribeOrCancelUsersStatusReq) ProtoMessage()
- func (x *SubscribeOrCancelUsersStatusReq) ProtoReflect() protoreflect.Message
- func (x *SubscribeOrCancelUsersStatusReq) Reset()
- func (x *SubscribeOrCancelUsersStatusReq) String() string
- type SubscribeOrCancelUsersStatusResp
- func (*SubscribeOrCancelUsersStatusResp) Descriptor() ([]byte, []int)deprecated
- func (x *SubscribeOrCancelUsersStatusResp) GetStatusList() []*OnlineStatus
- func (*SubscribeOrCancelUsersStatusResp) ProtoMessage()
- func (x *SubscribeOrCancelUsersStatusResp) ProtoReflect() protoreflect.Message
- func (x *SubscribeOrCancelUsersStatusResp) Reset()
- func (x *SubscribeOrCancelUsersStatusResp) String() string
- type UnimplementedUserServer
- func (UnimplementedUserServer) AccountCheck(context.Context, *AccountCheckReq) (*AccountCheckResp, error)
- func (UnimplementedUserServer) AddNotificationAccount(context.Context, *AddNotificationAccountReq) (*AddNotificationAccountResp, error)
- func (UnimplementedUserServer) GetAllOnlineUsers(context.Context, *GetAllOnlineUsersReq) (*GetAllOnlineUsersResp, error)
- func (UnimplementedUserServer) GetAllUserID(context.Context, *GetAllUserIDReq) (*GetAllUserIDResp, 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) GetSubscribeUsersStatus(context.Context, *GetSubscribeUsersStatusReq) (*GetSubscribeUsersStatusResp, error)
- func (UnimplementedUserServer) GetUserStatus(context.Context, *GetUserStatusReq) (*GetUserStatusResp, 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) 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
- type UpdateNotificationAccountInfoReq
- func (x *UpdateNotificationAccountInfoReq) Check() error
- func (*UpdateNotificationAccountInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateNotificationAccountInfoReq) GetFaceURL() string
- func (x *UpdateNotificationAccountInfoReq) GetNickName() string
- func (x *UpdateNotificationAccountInfoReq) GetUserID() string
- func (*UpdateNotificationAccountInfoReq) ProtoMessage()
- func (x *UpdateNotificationAccountInfoReq) ProtoReflect() protoreflect.Message
- func (x *UpdateNotificationAccountInfoReq) Reset()
- func (x *UpdateNotificationAccountInfoReq) String() string
- type UpdateNotificationAccountInfoResp
- func (*UpdateNotificationAccountInfoResp) Descriptor() ([]byte, []int)deprecated
- func (*UpdateNotificationAccountInfoResp) ProtoMessage()
- func (x *UpdateNotificationAccountInfoResp) ProtoReflect() protoreflect.Message
- func (x *UpdateNotificationAccountInfoResp) Reset()
- func (x *UpdateNotificationAccountInfoResp) String() string
- type UpdateUserInfoExReq
- func (*UpdateUserInfoExReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserInfoExReq) GetUserInfo() *sdkws.UserInfoWithEx
- func (*UpdateUserInfoExReq) ProtoMessage()
- func (x *UpdateUserInfoExReq) ProtoReflect() protoreflect.Message
- func (x *UpdateUserInfoExReq) Reset()
- func (x *UpdateUserInfoExReq) String() string
- type UpdateUserInfoExResp
- type UpdateUserInfoReq
- func (x *UpdateUserInfoReq) Check() error
- func (*UpdateUserInfoReq) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateUserInfoReq) GetUserInfo() *sdkws.UserInfo
- func (*UpdateUserInfoReq) ProtoMessage()
- func (x *UpdateUserInfoReq) ProtoReflect() protoreflect.Message
- func (x *UpdateUserInfoReq) Reset()
- func (x *UpdateUserInfoReq) String() string
- type UpdateUserInfoResp
- type UserClient
- type UserOnlineStatus
- func (*UserOnlineStatus) Descriptor() ([]byte, []int)deprecated
- func (x *UserOnlineStatus) GetConnID() string
- func (x *UserOnlineStatus) GetOffline() []int32
- func (x *UserOnlineStatus) GetOnline() []int32
- func (x *UserOnlineStatus) GetUserID() string
- func (*UserOnlineStatus) ProtoMessage()
- func (x *UserOnlineStatus) ProtoReflect() protoreflect.Message
- func (x *UserOnlineStatus) Reset()
- func (x *UserOnlineStatus) String() string
- type UserRegisterCountReq
- func (x *UserRegisterCountReq) Check() error
- func (*UserRegisterCountReq) Descriptor() ([]byte, []int)deprecated
- func (x *UserRegisterCountReq) GetEnd() int64
- func (x *UserRegisterCountReq) GetStart() int64
- func (*UserRegisterCountReq) ProtoMessage()
- func (x *UserRegisterCountReq) ProtoReflect() protoreflect.Message
- func (x *UserRegisterCountReq) Reset()
- func (x *UserRegisterCountReq) String() string
- type UserRegisterCountResp
- func (*UserRegisterCountResp) Descriptor() ([]byte, []int)deprecated
- func (x *UserRegisterCountResp) GetBefore() int64
- func (x *UserRegisterCountResp) GetCount() map[string]int64
- func (x *UserRegisterCountResp) GetTotal() int64
- func (*UserRegisterCountResp) ProtoMessage()
- func (x *UserRegisterCountResp) ProtoReflect() protoreflect.Message
- func (x *UserRegisterCountResp) Reset()
- func (x *UserRegisterCountResp) String() string
- type UserRegisterReq
- func (x *UserRegisterReq) Check() error
- func (*UserRegisterReq) Descriptor() ([]byte, []int)deprecated
- func (x *UserRegisterReq) GetUsers() []*sdkws.UserInfo
- func (*UserRegisterReq) ProtoMessage()
- func (x *UserRegisterReq) ProtoReflect() protoreflect.Message
- func (x *UserRegisterReq) Reset()
- func (x *UserRegisterReq) String() string
- type UserRegisterResp
- type UserServer
Constants ¶
const ( User_GetDesignateUsers_FullMethodName = "/openim.user.user/getDesignateUsers" User_UpdateUserInfo_FullMethodName = "/openim.user.user/updateUserInfo" User_UpdateUserInfoEx_FullMethodName = "/openim.user.user/updateUserInfoEx" User_SetGlobalRecvMessageOpt_FullMethodName = "/openim.user.user/setGlobalRecvMessageOpt" User_GetGlobalRecvMessageOpt_FullMethodName = "/openim.user.user/getGlobalRecvMessageOpt" User_AccountCheck_FullMethodName = "/openim.user.user/accountCheck" User_GetPaginationUsers_FullMethodName = "/openim.user.user/getPaginationUsers" User_UserRegister_FullMethodName = "/openim.user.user/userRegister" User_GetAllUserID_FullMethodName = "/openim.user.user/getAllUserID" User_UserRegisterCount_FullMethodName = "/openim.user.user/userRegisterCount" User_SubscribeOrCancelUsersStatus_FullMethodName = "/openim.user.user/subscribeOrCancelUsersStatus" User_GetSubscribeUsersStatus_FullMethodName = "/openim.user.user/getSubscribeUsersStatus" User_GetUserStatus_FullMethodName = "/openim.user.user/getUserStatus" User_SetUserStatus_FullMethodName = "/openim.user.user/setUserStatus" User_ProcessUserCommandAdd_FullMethodName = "/openim.user.user/processUserCommandAdd" User_ProcessUserCommandUpdate_FullMethodName = "/openim.user.user/processUserCommandUpdate" User_ProcessUserCommandDelete_FullMethodName = "/openim.user.user/processUserCommandDelete" User_ProcessUserCommandGet_FullMethodName = "/openim.user.user/processUserCommandGet" User_ProcessUserCommandGetAll_FullMethodName = "/openim.user.user/processUserCommandGetAll" User_AddNotificationAccount_FullMethodName = "/openim.user.user/addNotificationAccount" User_UpdateNotificationAccountInfo_FullMethodName = "/openim.user.user/updateNotificationAccountInfo" User_SearchNotificationAccount_FullMethodName = "/openim.user.user/searchNotificationAccount" User_GetNotificationAccount_FullMethodName = "/openim.user.user/getNotificationAccount" User_SortQuery_FullMethodName = "/openim.user.user/sortQuery" User_SetUserOnlineStatus_FullMethodName = "/openim.user.user/setUserOnlineStatus" User_GetAllOnlineUsers_FullMethodName = "/openim.user.user/getAllOnlineUsers" )
Variables ¶
var File_user_user_proto protoreflect.FileDescriptor
var User_ServiceDesc = grpc.ServiceDesc{ ServiceName: "openim.user.user", HandlerType: (*UserServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "getDesignateUsers", Handler: _User_GetDesignateUsers_Handler, }, { MethodName: "updateUserInfo", Handler: _User_UpdateUserInfo_Handler, }, { MethodName: "updateUserInfoEx", Handler: _User_UpdateUserInfoEx_Handler, }, { MethodName: "setGlobalRecvMessageOpt", Handler: _User_SetGlobalRecvMessageOpt_Handler, }, { MethodName: "getGlobalRecvMessageOpt", Handler: _User_GetGlobalRecvMessageOpt_Handler, }, { MethodName: "accountCheck", Handler: _User_AccountCheck_Handler, }, { MethodName: "getPaginationUsers", Handler: _User_GetPaginationUsers_Handler, }, { MethodName: "userRegister", Handler: _User_UserRegister_Handler, }, { MethodName: "getAllUserID", Handler: _User_GetAllUserID_Handler, }, { MethodName: "userRegisterCount", Handler: _User_UserRegisterCount_Handler, }, { MethodName: "subscribeOrCancelUsersStatus", Handler: _User_SubscribeOrCancelUsersStatus_Handler, }, { MethodName: "getSubscribeUsersStatus", Handler: _User_GetSubscribeUsersStatus_Handler, }, { MethodName: "getUserStatus", Handler: _User_GetUserStatus_Handler, }, { MethodName: "setUserStatus", Handler: _User_SetUserStatus_Handler, }, { MethodName: "processUserCommandAdd", Handler: _User_ProcessUserCommandAdd_Handler, }, { MethodName: "processUserCommandUpdate", Handler: _User_ProcessUserCommandUpdate_Handler, }, { MethodName: "processUserCommandDelete", Handler: _User_ProcessUserCommandDelete_Handler, }, { MethodName: "processUserCommandGet", Handler: _User_ProcessUserCommandGet_Handler, }, { MethodName: "processUserCommandGetAll", Handler: _User_ProcessUserCommandGetAll_Handler, }, { MethodName: "addNotificationAccount", Handler: _User_AddNotificationAccount_Handler, }, { MethodName: "updateNotificationAccountInfo", Handler: _User_UpdateNotificationAccountInfo_Handler, }, { MethodName: "searchNotificationAccount", Handler: _User_SearchNotificationAccount_Handler, }, { MethodName: "getNotificationAccount", Handler: _User_GetNotificationAccount_Handler, }, { MethodName: "sortQuery", Handler: _User_SortQuery_Handler, }, { MethodName: "setUserOnlineStatus", Handler: _User_SetUserOnlineStatus_Handler, }, { MethodName: "getAllOnlineUsers", Handler: _User_GetAllOnlineUsers_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "user/user.proto", }
User_ServiceDesc is the grpc.ServiceDesc for User service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterUserServer ¶
func RegisterUserServer(s grpc.ServiceRegistrar, srv UserServer)
Types ¶
type AccountCheckReq ¶
type AccountCheckReq struct {
CheckUserIDs []string `protobuf:"bytes,1,rep,name=checkUserIDs,proto3" json:"checkUserIDs,omitempty"`
// contains filtered or unexported fields
}
func (*AccountCheckReq) Check ¶
func (x *AccountCheckReq) Check() error
func (*AccountCheckReq) Descriptor
deprecated
func (*AccountCheckReq) Descriptor() ([]byte, []int)
Deprecated: Use AccountCheckReq.ProtoReflect.Descriptor instead.
func (*AccountCheckReq) GetCheckUserIDs ¶
func (x *AccountCheckReq) GetCheckUserIDs() []string
func (*AccountCheckReq) ProtoMessage ¶
func (*AccountCheckReq) ProtoMessage()
func (*AccountCheckReq) ProtoReflect ¶
func (x *AccountCheckReq) ProtoReflect() protoreflect.Message
func (*AccountCheckReq) Reset ¶
func (x *AccountCheckReq) Reset()
func (*AccountCheckReq) String ¶
func (x *AccountCheckReq) String() string
type AccountCheckResp ¶
type AccountCheckResp struct {
Results []*AccountCheckRespSingleUserStatus `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
// contains filtered or unexported fields
}
func (*AccountCheckResp) Descriptor
deprecated
func (*AccountCheckResp) Descriptor() ([]byte, []int)
Deprecated: Use AccountCheckResp.ProtoReflect.Descriptor instead.
func (*AccountCheckResp) GetResults ¶
func (x *AccountCheckResp) GetResults() []*AccountCheckRespSingleUserStatus
func (*AccountCheckResp) ProtoMessage ¶
func (*AccountCheckResp) ProtoMessage()
func (*AccountCheckResp) ProtoReflect ¶
func (x *AccountCheckResp) ProtoReflect() protoreflect.Message
func (*AccountCheckResp) Reset ¶
func (x *AccountCheckResp) Reset()
func (*AccountCheckResp) String ¶
func (x *AccountCheckResp) String() string
type AccountCheckRespSingleUserStatus ¶
type AccountCheckRespSingleUserStatus struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
AccountStatus int32 `protobuf:"varint,2,opt,name=accountStatus,proto3" json:"accountStatus,omitempty"`
// contains filtered or unexported fields
}
func (*AccountCheckRespSingleUserStatus) Descriptor
deprecated
func (*AccountCheckRespSingleUserStatus) Descriptor() ([]byte, []int)
Deprecated: Use AccountCheckRespSingleUserStatus.ProtoReflect.Descriptor instead.
func (*AccountCheckRespSingleUserStatus) GetAccountStatus ¶
func (x *AccountCheckRespSingleUserStatus) GetAccountStatus() int32
func (*AccountCheckRespSingleUserStatus) GetUserID ¶
func (x *AccountCheckRespSingleUserStatus) GetUserID() string
func (*AccountCheckRespSingleUserStatus) ProtoMessage ¶
func (*AccountCheckRespSingleUserStatus) ProtoMessage()
func (*AccountCheckRespSingleUserStatus) ProtoReflect ¶
func (x *AccountCheckRespSingleUserStatus) ProtoReflect() protoreflect.Message
func (*AccountCheckRespSingleUserStatus) Reset ¶
func (x *AccountCheckRespSingleUserStatus) Reset()
func (*AccountCheckRespSingleUserStatus) String ¶
func (x *AccountCheckRespSingleUserStatus) String() string
type AddNotificationAccountReq ¶
type AddNotificationAccountReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
NickName string `protobuf:"bytes,2,opt,name=nickName,proto3" json:"nickName,omitempty"`
FaceURL string `protobuf:"bytes,3,opt,name=faceURL,proto3" json:"faceURL,omitempty"`
AppMangerLevel int32 `protobuf:"varint,4,opt,name=appMangerLevel,proto3" json:"appMangerLevel,omitempty"`
// contains filtered or unexported fields
}
func (*AddNotificationAccountReq) Check ¶
func (x *AddNotificationAccountReq) Check() error
func (*AddNotificationAccountReq) Descriptor
deprecated
func (*AddNotificationAccountReq) Descriptor() ([]byte, []int)
Deprecated: Use AddNotificationAccountReq.ProtoReflect.Descriptor instead.
func (*AddNotificationAccountReq) GetAppMangerLevel ¶
func (x *AddNotificationAccountReq) GetAppMangerLevel() int32
func (*AddNotificationAccountReq) GetFaceURL ¶
func (x *AddNotificationAccountReq) GetFaceURL() string
func (*AddNotificationAccountReq) GetNickName ¶
func (x *AddNotificationAccountReq) GetNickName() string
func (*AddNotificationAccountReq) GetUserID ¶
func (x *AddNotificationAccountReq) GetUserID() string
func (*AddNotificationAccountReq) ProtoMessage ¶
func (*AddNotificationAccountReq) ProtoMessage()
func (*AddNotificationAccountReq) ProtoReflect ¶
func (x *AddNotificationAccountReq) ProtoReflect() protoreflect.Message
func (*AddNotificationAccountReq) Reset ¶
func (x *AddNotificationAccountReq) Reset()
func (*AddNotificationAccountReq) String ¶
func (x *AddNotificationAccountReq) String() string
type AddNotificationAccountResp ¶
type AddNotificationAccountResp struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
FaceURL string `protobuf:"bytes,2,opt,name=faceURL,proto3" json:"faceURL,omitempty"`
NickName string `protobuf:"bytes,3,opt,name=nickName,proto3" json:"nickName,omitempty"`
AppMangerLevel int32 `protobuf:"varint,4,opt,name=appMangerLevel,proto3" json:"appMangerLevel,omitempty"`
// contains filtered or unexported fields
}
func (*AddNotificationAccountResp) Descriptor
deprecated
func (*AddNotificationAccountResp) Descriptor() ([]byte, []int)
Deprecated: Use AddNotificationAccountResp.ProtoReflect.Descriptor instead.
func (*AddNotificationAccountResp) GetAppMangerLevel ¶
func (x *AddNotificationAccountResp) GetAppMangerLevel() int32
func (*AddNotificationAccountResp) GetFaceURL ¶
func (x *AddNotificationAccountResp) GetFaceURL() string
func (*AddNotificationAccountResp) GetNickName ¶
func (x *AddNotificationAccountResp) GetNickName() string
func (*AddNotificationAccountResp) GetUserID ¶
func (x *AddNotificationAccountResp) GetUserID() string
func (*AddNotificationAccountResp) ProtoMessage ¶
func (*AddNotificationAccountResp) ProtoMessage()
func (*AddNotificationAccountResp) ProtoReflect ¶
func (x *AddNotificationAccountResp) ProtoReflect() protoreflect.Message
func (*AddNotificationAccountResp) Reset ¶
func (x *AddNotificationAccountResp) Reset()
func (*AddNotificationAccountResp) String ¶
func (x *AddNotificationAccountResp) String() string
type AllCommandInfoResp ¶
type AllCommandInfoResp struct {
Type int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
CreateTime int64 `protobuf:"varint,2,opt,name=createTime,proto3" json:"createTime,omitempty"`
Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
Ex string `protobuf:"bytes,5,opt,name=ex,proto3" json:"ex,omitempty"`
// contains filtered or unexported fields
}
func (*AllCommandInfoResp) Descriptor
deprecated
func (*AllCommandInfoResp) Descriptor() ([]byte, []int)
Deprecated: Use AllCommandInfoResp.ProtoReflect.Descriptor instead.
func (*AllCommandInfoResp) GetCreateTime ¶
func (x *AllCommandInfoResp) GetCreateTime() int64
func (*AllCommandInfoResp) GetEx ¶
func (x *AllCommandInfoResp) GetEx() string
func (*AllCommandInfoResp) GetType ¶
func (x *AllCommandInfoResp) GetType() int32
func (*AllCommandInfoResp) GetUuid ¶
func (x *AllCommandInfoResp) GetUuid() string
func (*AllCommandInfoResp) GetValue ¶
func (x *AllCommandInfoResp) GetValue() string
func (*AllCommandInfoResp) ProtoMessage ¶
func (*AllCommandInfoResp) ProtoMessage()
func (*AllCommandInfoResp) ProtoReflect ¶
func (x *AllCommandInfoResp) ProtoReflect() protoreflect.Message
func (*AllCommandInfoResp) Reset ¶
func (x *AllCommandInfoResp) Reset()
func (*AllCommandInfoResp) String ¶
func (x *AllCommandInfoResp) String() string
type BatchSetConversationsReq ¶
type BatchSetConversationsReq struct {
Conversations []*conversation.Conversation `protobuf:"bytes,1,rep,name=conversations,proto3" json:"conversations,omitempty"`
OwnerUserID string `protobuf:"bytes,2,opt,name=OwnerUserID,proto3" json:"OwnerUserID,omitempty"`
NotificationType int32 `protobuf:"varint,3,opt,name=notificationType,proto3" json:"notificationType,omitempty"`
OperationID string `protobuf:"bytes,4,opt,name=OperationID,proto3" json:"OperationID,omitempty"`
// contains filtered or unexported fields
}
func (*BatchSetConversationsReq) Check ¶
func (x *BatchSetConversationsReq) Check() error
func (*BatchSetConversationsReq) Descriptor
deprecated
func (*BatchSetConversationsReq) Descriptor() ([]byte, []int)
Deprecated: Use BatchSetConversationsReq.ProtoReflect.Descriptor instead.
func (*BatchSetConversationsReq) GetConversations ¶
func (x *BatchSetConversationsReq) GetConversations() []*conversation.Conversation
func (*BatchSetConversationsReq) GetNotificationType ¶
func (x *BatchSetConversationsReq) GetNotificationType() int32
func (*BatchSetConversationsReq) GetOperationID ¶
func (x *BatchSetConversationsReq) GetOperationID() string
func (*BatchSetConversationsReq) GetOwnerUserID ¶
func (x *BatchSetConversationsReq) GetOwnerUserID() string
func (*BatchSetConversationsReq) ProtoMessage ¶
func (*BatchSetConversationsReq) ProtoMessage()
func (*BatchSetConversationsReq) ProtoReflect ¶
func (x *BatchSetConversationsReq) ProtoReflect() protoreflect.Message
func (*BatchSetConversationsReq) Reset ¶
func (x *BatchSetConversationsReq) Reset()
func (*BatchSetConversationsReq) String ¶
func (x *BatchSetConversationsReq) String() string
type BatchSetConversationsResp ¶
type BatchSetConversationsResp struct {
Success []string `protobuf:"bytes,2,rep,name=Success,proto3" json:"Success,omitempty"`
Failed []string `protobuf:"bytes,3,rep,name=Failed,proto3" json:"Failed,omitempty"`
// contains filtered or unexported fields
}
func (*BatchSetConversationsResp) Descriptor
deprecated
func (*BatchSetConversationsResp) Descriptor() ([]byte, []int)
Deprecated: Use BatchSetConversationsResp.ProtoReflect.Descriptor instead.
func (*BatchSetConversationsResp) GetFailed ¶
func (x *BatchSetConversationsResp) GetFailed() []string
func (*BatchSetConversationsResp) GetSuccess ¶
func (x *BatchSetConversationsResp) GetSuccess() []string
func (*BatchSetConversationsResp) ProtoMessage ¶
func (*BatchSetConversationsResp) ProtoMessage()
func (*BatchSetConversationsResp) ProtoReflect ¶
func (x *BatchSetConversationsResp) ProtoReflect() protoreflect.Message
func (*BatchSetConversationsResp) Reset ¶
func (x *BatchSetConversationsResp) Reset()
func (*BatchSetConversationsResp) String ¶
func (x *BatchSetConversationsResp) String() string
type CommandInfoResp ¶
type CommandInfoResp struct {
Type int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
CreateTime int64 `protobuf:"varint,2,opt,name=createTime,proto3" json:"createTime,omitempty"`
Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
Ex string `protobuf:"bytes,5,opt,name=ex,proto3" json:"ex,omitempty"`
// contains filtered or unexported fields
}
func (*CommandInfoResp) Descriptor
deprecated
func (*CommandInfoResp) Descriptor() ([]byte, []int)
Deprecated: Use CommandInfoResp.ProtoReflect.Descriptor instead.
func (*CommandInfoResp) GetCreateTime ¶
func (x *CommandInfoResp) GetCreateTime() int64
func (*CommandInfoResp) GetEx ¶
func (x *CommandInfoResp) GetEx() string
func (*CommandInfoResp) GetType ¶
func (x *CommandInfoResp) GetType() int32
func (*CommandInfoResp) GetUuid ¶
func (x *CommandInfoResp) GetUuid() string
func (*CommandInfoResp) GetValue ¶
func (x *CommandInfoResp) GetValue() string
func (*CommandInfoResp) ProtoMessage ¶
func (*CommandInfoResp) ProtoMessage()
func (*CommandInfoResp) ProtoReflect ¶
func (x *CommandInfoResp) ProtoReflect() protoreflect.Message
func (*CommandInfoResp) Reset ¶
func (x *CommandInfoResp) Reset()
func (*CommandInfoResp) String ¶
func (x *CommandInfoResp) String() string
type GetAllConversationsReq ¶
type GetAllConversationsReq struct {
OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID,omitempty"`
OperationID string `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID,omitempty"`
// contains filtered or unexported fields
}
func (*GetAllConversationsReq) Check ¶
func (x *GetAllConversationsReq) Check() error
func (*GetAllConversationsReq) Descriptor
deprecated
func (*GetAllConversationsReq) Descriptor() ([]byte, []int)
Deprecated: Use GetAllConversationsReq.ProtoReflect.Descriptor instead.
func (*GetAllConversationsReq) GetOperationID ¶
func (x *GetAllConversationsReq) GetOperationID() string
func (*GetAllConversationsReq) GetOwnerUserID ¶
func (x *GetAllConversationsReq) GetOwnerUserID() string
func (*GetAllConversationsReq) ProtoMessage ¶
func (*GetAllConversationsReq) ProtoMessage()
func (*GetAllConversationsReq) ProtoReflect ¶
func (x *GetAllConversationsReq) ProtoReflect() protoreflect.Message
func (*GetAllConversationsReq) Reset ¶
func (x *GetAllConversationsReq) Reset()
func (*GetAllConversationsReq) String ¶
func (x *GetAllConversationsReq) String() string
type GetAllConversationsResp ¶
type GetAllConversationsResp struct {
Conversations []*conversation.Conversation `protobuf:"bytes,2,rep,name=conversations,proto3" json:"conversations,omitempty"`
// contains filtered or unexported fields
}
func (*GetAllConversationsResp) Descriptor
deprecated
func (*GetAllConversationsResp) Descriptor() ([]byte, []int)
Deprecated: Use GetAllConversationsResp.ProtoReflect.Descriptor instead.
func (*GetAllConversationsResp) GetConversations ¶
func (x *GetAllConversationsResp) GetConversations() []*conversation.Conversation
func (*GetAllConversationsResp) ProtoMessage ¶
func (*GetAllConversationsResp) ProtoMessage()
func (*GetAllConversationsResp) ProtoReflect ¶
func (x *GetAllConversationsResp) ProtoReflect() protoreflect.Message
func (*GetAllConversationsResp) Reset ¶
func (x *GetAllConversationsResp) Reset()
func (*GetAllConversationsResp) String ¶
func (x *GetAllConversationsResp) String() string
type GetAllOnlineUsersReq ¶ added in v0.0.72
type GetAllOnlineUsersReq struct {
Cursor uint64 `protobuf:"varint,1,opt,name=cursor,proto3" json:"cursor,omitempty"`
// contains filtered or unexported fields
}
func (*GetAllOnlineUsersReq) Descriptor
deprecated
added in
v0.0.72
func (*GetAllOnlineUsersReq) Descriptor() ([]byte, []int)
Deprecated: Use GetAllOnlineUsersReq.ProtoReflect.Descriptor instead.
func (*GetAllOnlineUsersReq) GetCursor ¶ added in v0.0.72
func (x *GetAllOnlineUsersReq) GetCursor() uint64
func (*GetAllOnlineUsersReq) ProtoMessage ¶ added in v0.0.72
func (*GetAllOnlineUsersReq) ProtoMessage()
func (*GetAllOnlineUsersReq) ProtoReflect ¶ added in v0.0.72
func (x *GetAllOnlineUsersReq) ProtoReflect() protoreflect.Message
func (*GetAllOnlineUsersReq) Reset ¶ added in v0.0.72
func (x *GetAllOnlineUsersReq) Reset()
func (*GetAllOnlineUsersReq) String ¶ added in v0.0.72
func (x *GetAllOnlineUsersReq) String() string
type GetAllOnlineUsersResp ¶ added in v0.0.72
type GetAllOnlineUsersResp struct {
StatusList []*OnlineStatus `protobuf:"bytes,1,rep,name=StatusList,proto3" json:"StatusList,omitempty"`
NextCursor uint64 `protobuf:"varint,2,opt,name=nextCursor,proto3" json:"nextCursor,omitempty"`
// contains filtered or unexported fields
}
func (*GetAllOnlineUsersResp) Descriptor
deprecated
added in
v0.0.72
func (*GetAllOnlineUsersResp) Descriptor() ([]byte, []int)
Deprecated: Use GetAllOnlineUsersResp.ProtoReflect.Descriptor instead.
func (*GetAllOnlineUsersResp) GetNextCursor ¶ added in v0.0.72
func (x *GetAllOnlineUsersResp) GetNextCursor() uint64
func (*GetAllOnlineUsersResp) GetStatusList ¶ added in v0.0.72
func (x *GetAllOnlineUsersResp) GetStatusList() []*OnlineStatus
func (*GetAllOnlineUsersResp) ProtoMessage ¶ added in v0.0.72
func (*GetAllOnlineUsersResp) ProtoMessage()
func (*GetAllOnlineUsersResp) ProtoReflect ¶ added in v0.0.72
func (x *GetAllOnlineUsersResp) ProtoReflect() protoreflect.Message
func (*GetAllOnlineUsersResp) Reset ¶ added in v0.0.72
func (x *GetAllOnlineUsersResp) Reset()
func (*GetAllOnlineUsersResp) String ¶ added in v0.0.72
func (x *GetAllOnlineUsersResp) String() string
type GetAllUserIDReq ¶
type GetAllUserIDReq struct {
Pagination *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
// contains filtered or unexported fields
}
func (*GetAllUserIDReq) Check ¶
func (x *GetAllUserIDReq) Check() error
func (*GetAllUserIDReq) Descriptor
deprecated
func (*GetAllUserIDReq) Descriptor() ([]byte, []int)
Deprecated: Use GetAllUserIDReq.ProtoReflect.Descriptor instead.
func (*GetAllUserIDReq) GetPagination ¶
func (x *GetAllUserIDReq) GetPagination() *sdkws.RequestPagination
func (*GetAllUserIDReq) ProtoMessage ¶
func (*GetAllUserIDReq) ProtoMessage()
func (*GetAllUserIDReq) ProtoReflect ¶
func (x *GetAllUserIDReq) ProtoReflect() protoreflect.Message
func (*GetAllUserIDReq) Reset ¶
func (x *GetAllUserIDReq) Reset()
func (*GetAllUserIDReq) String ¶
func (x *GetAllUserIDReq) String() string
type GetAllUserIDResp ¶
type GetAllUserIDResp struct {
Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
UserIDs []string `protobuf:"bytes,2,rep,name=userIDs,proto3" json:"userIDs,omitempty"`
// contains filtered or unexported fields
}
func (*GetAllUserIDResp) Descriptor
deprecated
func (*GetAllUserIDResp) Descriptor() ([]byte, []int)
Deprecated: Use GetAllUserIDResp.ProtoReflect.Descriptor instead.
func (*GetAllUserIDResp) GetTotal ¶
func (x *GetAllUserIDResp) GetTotal() int32
func (*GetAllUserIDResp) GetUserIDs ¶
func (x *GetAllUserIDResp) GetUserIDs() []string
func (*GetAllUserIDResp) ProtoMessage ¶
func (*GetAllUserIDResp) ProtoMessage()
func (*GetAllUserIDResp) ProtoReflect ¶
func (x *GetAllUserIDResp) ProtoReflect() protoreflect.Message
func (*GetAllUserIDResp) Reset ¶
func (x *GetAllUserIDResp) Reset()
func (*GetAllUserIDResp) String ¶
func (x *GetAllUserIDResp) String() string
type GetConversationReq ¶
type GetConversationReq struct {
ConversationID string `protobuf:"bytes,1,opt,name=conversationID,proto3" json:"conversationID,omitempty"`
OwnerUserID string `protobuf:"bytes,2,opt,name=ownerUserID,proto3" json:"ownerUserID,omitempty"`
OperationID string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID,omitempty"`
// contains filtered or unexported fields
}
func (*GetConversationReq) Check ¶
func (x *GetConversationReq) Check() error
func (*GetConversationReq) Descriptor
deprecated
func (*GetConversationReq) Descriptor() ([]byte, []int)
Deprecated: Use GetConversationReq.ProtoReflect.Descriptor instead.
func (*GetConversationReq) GetConversationID ¶
func (x *GetConversationReq) GetConversationID() string
func (*GetConversationReq) GetOperationID ¶
func (x *GetConversationReq) GetOperationID() string
func (*GetConversationReq) GetOwnerUserID ¶
func (x *GetConversationReq) GetOwnerUserID() string
func (*GetConversationReq) ProtoMessage ¶
func (*GetConversationReq) ProtoMessage()
func (*GetConversationReq) ProtoReflect ¶
func (x *GetConversationReq) ProtoReflect() protoreflect.Message
func (*GetConversationReq) Reset ¶
func (x *GetConversationReq) Reset()
func (*GetConversationReq) String ¶
func (x *GetConversationReq) String() string
type GetConversationResp ¶
type GetConversationResp struct {
Conversation *conversation.Conversation `protobuf:"bytes,2,opt,name=conversation,proto3" json:"conversation,omitempty"`
// contains filtered or unexported fields
}
func (*GetConversationResp) Descriptor
deprecated
func (*GetConversationResp) Descriptor() ([]byte, []int)
Deprecated: Use GetConversationResp.ProtoReflect.Descriptor instead.
func (*GetConversationResp) GetConversation ¶
func (x *GetConversationResp) GetConversation() *conversation.Conversation
func (*GetConversationResp) ProtoMessage ¶
func (*GetConversationResp) ProtoMessage()
func (*GetConversationResp) ProtoReflect ¶
func (x *GetConversationResp) ProtoReflect() protoreflect.Message
func (*GetConversationResp) Reset ¶
func (x *GetConversationResp) Reset()
func (*GetConversationResp) String ¶
func (x *GetConversationResp) String() string
type GetConversationsReq ¶
type GetConversationsReq struct {
OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID,omitempty"`
ConversationIDs []string `protobuf:"bytes,2,rep,name=conversationIDs,proto3" json:"conversationIDs,omitempty"`
OperationID string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID,omitempty"`
// contains filtered or unexported fields
}
func (*GetConversationsReq) Check ¶
func (x *GetConversationsReq) Check() error
func (*GetConversationsReq) Descriptor
deprecated
func (*GetConversationsReq) Descriptor() ([]byte, []int)
Deprecated: Use GetConversationsReq.ProtoReflect.Descriptor instead.
func (*GetConversationsReq) GetConversationIDs ¶
func (x *GetConversationsReq) GetConversationIDs() []string
func (*GetConversationsReq) GetOperationID ¶
func (x *GetConversationsReq) GetOperationID() string
func (*GetConversationsReq) GetOwnerUserID ¶
func (x *GetConversationsReq) GetOwnerUserID() string
func (*GetConversationsReq) ProtoMessage ¶
func (*GetConversationsReq) ProtoMessage()
func (*GetConversationsReq) ProtoReflect ¶
func (x *GetConversationsReq) ProtoReflect() protoreflect.Message
func (*GetConversationsReq) Reset ¶
func (x *GetConversationsReq) Reset()
func (*GetConversationsReq) String ¶
func (x *GetConversationsReq) String() string
type GetConversationsResp ¶
type GetConversationsResp struct {
Conversations []*conversation.Conversation `protobuf:"bytes,2,rep,name=conversations,proto3" json:"conversations,omitempty"`
// contains filtered or unexported fields
}
func (*GetConversationsResp) Descriptor
deprecated
func (*GetConversationsResp) Descriptor() ([]byte, []int)
Deprecated: Use GetConversationsResp.ProtoReflect.Descriptor instead.
func (*GetConversationsResp) GetConversations ¶
func (x *GetConversationsResp) GetConversations() []*conversation.Conversation
func (*GetConversationsResp) ProtoMessage ¶
func (*GetConversationsResp) ProtoMessage()
func (*GetConversationsResp) ProtoReflect ¶
func (x *GetConversationsResp) ProtoReflect() protoreflect.Message
func (*GetConversationsResp) Reset ¶
func (x *GetConversationsResp) Reset()
func (*GetConversationsResp) String ¶
func (x *GetConversationsResp) String() string
type GetDesignateUsersReq ¶
type GetDesignateUsersReq struct {
UserIDs []string `protobuf:"bytes,1,rep,name=userIDs,proto3" json:"userIDs,omitempty"`
// contains filtered or unexported fields
}
func (*GetDesignateUsersReq) Check ¶
func (x *GetDesignateUsersReq) Check() error
func (*GetDesignateUsersReq) Descriptor
deprecated
func (*GetDesignateUsersReq) Descriptor() ([]byte, []int)
Deprecated: Use GetDesignateUsersReq.ProtoReflect.Descriptor instead.
func (*GetDesignateUsersReq) GetUserIDs ¶
func (x *GetDesignateUsersReq) GetUserIDs() []string
func (*GetDesignateUsersReq) ProtoMessage ¶
func (*GetDesignateUsersReq) ProtoMessage()
func (*GetDesignateUsersReq) ProtoReflect ¶
func (x *GetDesignateUsersReq) ProtoReflect() protoreflect.Message
func (*GetDesignateUsersReq) Reset ¶
func (x *GetDesignateUsersReq) Reset()
func (*GetDesignateUsersReq) String ¶
func (x *GetDesignateUsersReq) String() string
type GetDesignateUsersResp ¶
type GetDesignateUsersResp struct {
UsersInfo []*sdkws.UserInfo `protobuf:"bytes,1,rep,name=usersInfo,proto3" json:"usersInfo,omitempty"`
// contains filtered or unexported fields
}
func (*GetDesignateUsersResp) Descriptor
deprecated
func (*GetDesignateUsersResp) Descriptor() ([]byte, []int)
Deprecated: Use GetDesignateUsersResp.ProtoReflect.Descriptor instead.
func (*GetDesignateUsersResp) Format ¶ added in v0.0.69
func (x *GetDesignateUsersResp) Format() any
func (*GetDesignateUsersResp) GetUsersInfo ¶
func (x *GetDesignateUsersResp) GetUsersInfo() []*sdkws.UserInfo
func (*GetDesignateUsersResp) ProtoMessage ¶
func (*GetDesignateUsersResp) ProtoMessage()
func (*GetDesignateUsersResp) ProtoReflect ¶
func (x *GetDesignateUsersResp) ProtoReflect() protoreflect.Message
func (*GetDesignateUsersResp) Reset ¶
func (x *GetDesignateUsersResp) Reset()
func (*GetDesignateUsersResp) String ¶
func (x *GetDesignateUsersResp) String() string
type GetGlobalRecvMessageOptReq ¶
type GetGlobalRecvMessageOptReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
// contains filtered or unexported fields
}
func (*GetGlobalRecvMessageOptReq) Check ¶
func (x *GetGlobalRecvMessageOptReq) Check() error
func (*GetGlobalRecvMessageOptReq) Descriptor
deprecated
func (*GetGlobalRecvMessageOptReq) Descriptor() ([]byte, []int)
Deprecated: Use GetGlobalRecvMessageOptReq.ProtoReflect.Descriptor instead.
func (*GetGlobalRecvMessageOptReq) GetUserID ¶
func (x *GetGlobalRecvMessageOptReq) GetUserID() string
func (*GetGlobalRecvMessageOptReq) ProtoMessage ¶
func (*GetGlobalRecvMessageOptReq) ProtoMessage()
func (*GetGlobalRecvMessageOptReq) ProtoReflect ¶
func (x *GetGlobalRecvMessageOptReq) ProtoReflect() protoreflect.Message
func (*GetGlobalRecvMessageOptReq) Reset ¶
func (x *GetGlobalRecvMessageOptReq) Reset()
func (*GetGlobalRecvMessageOptReq) String ¶
func (x *GetGlobalRecvMessageOptReq) String() string
type GetGlobalRecvMessageOptResp ¶
type GetGlobalRecvMessageOptResp struct {
GlobalRecvMsgOpt int32 `protobuf:"varint,1,opt,name=globalRecvMsgOpt,proto3" json:"globalRecvMsgOpt,omitempty"`
// contains filtered or unexported fields
}
func (*GetGlobalRecvMessageOptResp) Descriptor
deprecated
func (*GetGlobalRecvMessageOptResp) Descriptor() ([]byte, []int)
Deprecated: Use GetGlobalRecvMessageOptResp.ProtoReflect.Descriptor instead.
func (*GetGlobalRecvMessageOptResp) GetGlobalRecvMsgOpt ¶
func (x *GetGlobalRecvMessageOptResp) GetGlobalRecvMsgOpt() int32
func (*GetGlobalRecvMessageOptResp) ProtoMessage ¶
func (*GetGlobalRecvMessageOptResp) ProtoMessage()
func (*GetGlobalRecvMessageOptResp) ProtoReflect ¶
func (x *GetGlobalRecvMessageOptResp) ProtoReflect() protoreflect.Message
func (*GetGlobalRecvMessageOptResp) Reset ¶
func (x *GetGlobalRecvMessageOptResp) Reset()
func (*GetGlobalRecvMessageOptResp) String ¶
func (x *GetGlobalRecvMessageOptResp) String() string
type GetNotificationAccountReq ¶
type GetNotificationAccountReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
// contains filtered or unexported fields
}
func (*GetNotificationAccountReq) Descriptor
deprecated
func (*GetNotificationAccountReq) Descriptor() ([]byte, []int)
Deprecated: Use GetNotificationAccountReq.ProtoReflect.Descriptor instead.
func (*GetNotificationAccountReq) GetUserID ¶
func (x *GetNotificationAccountReq) GetUserID() string
func (*GetNotificationAccountReq) ProtoMessage ¶
func (*GetNotificationAccountReq) ProtoMessage()
func (*GetNotificationAccountReq) ProtoReflect ¶
func (x *GetNotificationAccountReq) ProtoReflect() protoreflect.Message
func (*GetNotificationAccountReq) Reset ¶
func (x *GetNotificationAccountReq) Reset()
func (*GetNotificationAccountReq) String ¶
func (x *GetNotificationAccountReq) String() string
type GetNotificationAccountResp ¶
type GetNotificationAccountResp struct {
Account *NotificationAccountInfo `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
// contains filtered or unexported fields
}
func (*GetNotificationAccountResp) Descriptor
deprecated
func (*GetNotificationAccountResp) Descriptor() ([]byte, []int)
Deprecated: Use GetNotificationAccountResp.ProtoReflect.Descriptor instead.
func (*GetNotificationAccountResp) GetAccount ¶
func (x *GetNotificationAccountResp) GetAccount() *NotificationAccountInfo
func (*GetNotificationAccountResp) ProtoMessage ¶
func (*GetNotificationAccountResp) ProtoMessage()
func (*GetNotificationAccountResp) ProtoReflect ¶
func (x *GetNotificationAccountResp) ProtoReflect() protoreflect.Message
func (*GetNotificationAccountResp) Reset ¶
func (x *GetNotificationAccountResp) Reset()
func (*GetNotificationAccountResp) String ¶
func (x *GetNotificationAccountResp) String() string
type GetPaginationUsersReq ¶
type GetPaginationUsersReq struct {
Pagination *sdkws.RequestPagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
UserID string `protobuf:"bytes,3,opt,name=userID,proto3" json:"userID,omitempty"`
NickName string `protobuf:"bytes,4,opt,name=nickName,proto3" json:"nickName,omitempty"`
// contains filtered or unexported fields
}
func (*GetPaginationUsersReq) Check ¶
func (x *GetPaginationUsersReq) Check() error
func (*GetPaginationUsersReq) Descriptor
deprecated
func (*GetPaginationUsersReq) Descriptor() ([]byte, []int)
Deprecated: Use GetPaginationUsersReq.ProtoReflect.Descriptor instead.
func (*GetPaginationUsersReq) GetNickName ¶
func (x *GetPaginationUsersReq) GetNickName() string
func (*GetPaginationUsersReq) GetPagination ¶
func (x *GetPaginationUsersReq) GetPagination() *sdkws.RequestPagination
func (*GetPaginationUsersReq) GetUserID ¶
func (x *GetPaginationUsersReq) GetUserID() string
func (*GetPaginationUsersReq) ProtoMessage ¶
func (*GetPaginationUsersReq) ProtoMessage()
func (*GetPaginationUsersReq) ProtoReflect ¶
func (x *GetPaginationUsersReq) ProtoReflect() protoreflect.Message
func (*GetPaginationUsersReq) Reset ¶
func (x *GetPaginationUsersReq) Reset()
func (*GetPaginationUsersReq) String ¶
func (x *GetPaginationUsersReq) String() string
type GetPaginationUsersResp ¶
type GetPaginationUsersResp struct {
Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
Users []*sdkws.UserInfo `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"`
// contains filtered or unexported fields
}
func (*GetPaginationUsersResp) Descriptor
deprecated
func (*GetPaginationUsersResp) Descriptor() ([]byte, []int)
Deprecated: Use GetPaginationUsersResp.ProtoReflect.Descriptor instead.
func (*GetPaginationUsersResp) GetTotal ¶
func (x *GetPaginationUsersResp) GetTotal() int32
func (*GetPaginationUsersResp) GetUsers ¶
func (x *GetPaginationUsersResp) GetUsers() []*sdkws.UserInfo
func (*GetPaginationUsersResp) ProtoMessage ¶
func (*GetPaginationUsersResp) ProtoMessage()
func (*GetPaginationUsersResp) ProtoReflect ¶
func (x *GetPaginationUsersResp) ProtoReflect() protoreflect.Message
func (*GetPaginationUsersResp) Reset ¶
func (x *GetPaginationUsersResp) Reset()
func (*GetPaginationUsersResp) String ¶
func (x *GetPaginationUsersResp) String() string
type GetSubscribeUsersStatusReq ¶
type GetSubscribeUsersStatusReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
// contains filtered or unexported fields
}
func (*GetSubscribeUsersStatusReq) Check ¶
func (x *GetSubscribeUsersStatusReq) Check() error
func (*GetSubscribeUsersStatusReq) Descriptor
deprecated
func (*GetSubscribeUsersStatusReq) Descriptor() ([]byte, []int)
Deprecated: Use GetSubscribeUsersStatusReq.ProtoReflect.Descriptor instead.
func (*GetSubscribeUsersStatusReq) GetUserID ¶
func (x *GetSubscribeUsersStatusReq) GetUserID() string
func (*GetSubscribeUsersStatusReq) ProtoMessage ¶
func (*GetSubscribeUsersStatusReq) ProtoMessage()
func (*GetSubscribeUsersStatusReq) ProtoReflect ¶
func (x *GetSubscribeUsersStatusReq) ProtoReflect() protoreflect.Message
func (*GetSubscribeUsersStatusReq) Reset ¶
func (x *GetSubscribeUsersStatusReq) Reset()
func (*GetSubscribeUsersStatusReq) String ¶
func (x *GetSubscribeUsersStatusReq) String() string
type GetSubscribeUsersStatusResp ¶
type GetSubscribeUsersStatusResp struct {
StatusList []*OnlineStatus `protobuf:"bytes,1,rep,name=statusList,proto3" json:"statusList,omitempty"`
// contains filtered or unexported fields
}
func (*GetSubscribeUsersStatusResp) Descriptor
deprecated
func (*GetSubscribeUsersStatusResp) Descriptor() ([]byte, []int)
Deprecated: Use GetSubscribeUsersStatusResp.ProtoReflect.Descriptor instead.
func (*GetSubscribeUsersStatusResp) GetStatusList ¶
func (x *GetSubscribeUsersStatusResp) GetStatusList() []*OnlineStatus
func (*GetSubscribeUsersStatusResp) ProtoMessage ¶
func (*GetSubscribeUsersStatusResp) ProtoMessage()
func (*GetSubscribeUsersStatusResp) ProtoReflect ¶
func (x *GetSubscribeUsersStatusResp) ProtoReflect() protoreflect.Message
func (*GetSubscribeUsersStatusResp) Reset ¶
func (x *GetSubscribeUsersStatusResp) Reset()
func (*GetSubscribeUsersStatusResp) String ¶
func (x *GetSubscribeUsersStatusResp) String() string
type GetUserStatusReq ¶
type GetUserStatusReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
UserIDs []string `protobuf:"bytes,2,rep,name=userIDs,proto3" json:"userIDs,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserStatusReq) Check ¶
func (x *GetUserStatusReq) Check() error
func (*GetUserStatusReq) Descriptor
deprecated
func (*GetUserStatusReq) Descriptor() ([]byte, []int)
Deprecated: Use GetUserStatusReq.ProtoReflect.Descriptor instead.
func (*GetUserStatusReq) GetUserID ¶
func (x *GetUserStatusReq) GetUserID() string
func (*GetUserStatusReq) GetUserIDs ¶
func (x *GetUserStatusReq) GetUserIDs() []string
func (*GetUserStatusReq) ProtoMessage ¶
func (*GetUserStatusReq) ProtoMessage()
func (*GetUserStatusReq) ProtoReflect ¶
func (x *GetUserStatusReq) ProtoReflect() protoreflect.Message
func (*GetUserStatusReq) Reset ¶
func (x *GetUserStatusReq) Reset()
func (*GetUserStatusReq) String ¶
func (x *GetUserStatusReq) String() string
type GetUserStatusResp ¶
type GetUserStatusResp struct {
StatusList []*OnlineStatus `protobuf:"bytes,1,rep,name=statusList,proto3" json:"statusList,omitempty"`
// contains filtered or unexported fields
}
func (*GetUserStatusResp) Descriptor
deprecated
func (*GetUserStatusResp) Descriptor() ([]byte, []int)
Deprecated: Use GetUserStatusResp.ProtoReflect.Descriptor instead.
func (*GetUserStatusResp) GetStatusList ¶
func (x *GetUserStatusResp) GetStatusList() []*OnlineStatus
func (*GetUserStatusResp) ProtoMessage ¶
func (*GetUserStatusResp) ProtoMessage()
func (*GetUserStatusResp) ProtoReflect ¶
func (x *GetUserStatusResp) ProtoReflect() protoreflect.Message
func (*GetUserStatusResp) Reset ¶
func (x *GetUserStatusResp) Reset()
func (*GetUserStatusResp) String ¶
func (x *GetUserStatusResp) String() string
type NotificationAccountInfo ¶
type NotificationAccountInfo struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
FaceURL string `protobuf:"bytes,2,opt,name=faceURL,proto3" json:"faceURL,omitempty"`
NickName string `protobuf:"bytes,3,opt,name=nickName,proto3" json:"nickName,omitempty"`
AppMangerLevel int32 `protobuf:"varint,4,opt,name=appMangerLevel,proto3" json:"appMangerLevel,omitempty"`
// contains filtered or unexported fields
}
func (*NotificationAccountInfo) Descriptor
deprecated
func (*NotificationAccountInfo) Descriptor() ([]byte, []int)
Deprecated: Use NotificationAccountInfo.ProtoReflect.Descriptor instead.
func (*NotificationAccountInfo) GetAppMangerLevel ¶
func (x *NotificationAccountInfo) GetAppMangerLevel() int32
func (*NotificationAccountInfo) GetFaceURL ¶
func (x *NotificationAccountInfo) GetFaceURL() string
func (*NotificationAccountInfo) GetNickName ¶
func (x *NotificationAccountInfo) GetNickName() string
func (*NotificationAccountInfo) GetUserID ¶
func (x *NotificationAccountInfo) GetUserID() string
func (*NotificationAccountInfo) ProtoMessage ¶
func (*NotificationAccountInfo) ProtoMessage()
func (*NotificationAccountInfo) ProtoReflect ¶
func (x *NotificationAccountInfo) ProtoReflect() protoreflect.Message
func (*NotificationAccountInfo) Reset ¶
func (x *NotificationAccountInfo) Reset()
func (*NotificationAccountInfo) String ¶
func (x *NotificationAccountInfo) String() string
type OnlineStatus ¶
type OnlineStatus struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
PlatformIDs []int32 `protobuf:"varint,3,rep,packed,name=platformIDs,proto3" json:"platformIDs,omitempty"`
// contains filtered or unexported fields
}
func (*OnlineStatus) Descriptor
deprecated
func (*OnlineStatus) Descriptor() ([]byte, []int)
Deprecated: Use OnlineStatus.ProtoReflect.Descriptor instead.
func (*OnlineStatus) GetPlatformIDs ¶
func (x *OnlineStatus) GetPlatformIDs() []int32
func (*OnlineStatus) GetStatus ¶
func (x *OnlineStatus) GetStatus() int32
func (*OnlineStatus) GetUserID ¶
func (x *OnlineStatus) GetUserID() string
func (*OnlineStatus) ProtoMessage ¶
func (*OnlineStatus) ProtoMessage()
func (*OnlineStatus) ProtoReflect ¶
func (x *OnlineStatus) ProtoReflect() protoreflect.Message
func (*OnlineStatus) Reset ¶
func (x *OnlineStatus) Reset()
func (*OnlineStatus) String ¶
func (x *OnlineStatus) String() string
type ProcessUserCommandAddReq ¶
type ProcessUserCommandAddReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
Type int32 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
Value *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
Ex *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=ex,proto3" json:"ex,omitempty"`
// contains filtered or unexported fields
}
func (*ProcessUserCommandAddReq) Check ¶
func (x *ProcessUserCommandAddReq) Check() error
func (*ProcessUserCommandAddReq) Descriptor
deprecated
func (*ProcessUserCommandAddReq) Descriptor() ([]byte, []int)
Deprecated: Use ProcessUserCommandAddReq.ProtoReflect.Descriptor instead.
func (*ProcessUserCommandAddReq) GetEx ¶
func (x *ProcessUserCommandAddReq) GetEx() *wrapperspb.StringValue
func (*ProcessUserCommandAddReq) GetType ¶
func (x *ProcessUserCommandAddReq) GetType() int32
func (*ProcessUserCommandAddReq) GetUserID ¶
func (x *ProcessUserCommandAddReq) GetUserID() string
func (*ProcessUserCommandAddReq) GetUuid ¶
func (x *ProcessUserCommandAddReq) GetUuid() string
func (*ProcessUserCommandAddReq) GetValue ¶
func (x *ProcessUserCommandAddReq) GetValue() *wrapperspb.StringValue
func (*ProcessUserCommandAddReq) ProtoMessage ¶
func (*ProcessUserCommandAddReq) ProtoMessage()
func (*ProcessUserCommandAddReq) ProtoReflect ¶
func (x *ProcessUserCommandAddReq) ProtoReflect() protoreflect.Message
func (*ProcessUserCommandAddReq) Reset ¶
func (x *ProcessUserCommandAddReq) Reset()
func (*ProcessUserCommandAddReq) String ¶
func (x *ProcessUserCommandAddReq) String() string
type ProcessUserCommandAddResp ¶
type ProcessUserCommandAddResp struct {
// contains filtered or unexported fields
}
func (*ProcessUserCommandAddResp) Descriptor
deprecated
func (*ProcessUserCommandAddResp) Descriptor() ([]byte, []int)
Deprecated: Use ProcessUserCommandAddResp.ProtoReflect.Descriptor instead.
func (*ProcessUserCommandAddResp) ProtoMessage ¶
func (*ProcessUserCommandAddResp) ProtoMessage()
func (*ProcessUserCommandAddResp) ProtoReflect ¶
func (x *ProcessUserCommandAddResp) ProtoReflect() protoreflect.Message
func (*ProcessUserCommandAddResp) Reset ¶
func (x *ProcessUserCommandAddResp) Reset()
func (*ProcessUserCommandAddResp) String ¶
func (x *ProcessUserCommandAddResp) String() string
type ProcessUserCommandDeleteReq ¶
type ProcessUserCommandDeleteReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
Type int32 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
// contains filtered or unexported fields
}
func (*ProcessUserCommandDeleteReq) Check ¶
func (x *ProcessUserCommandDeleteReq) Check() error
func (*ProcessUserCommandDeleteReq) Descriptor
deprecated
func (*ProcessUserCommandDeleteReq) Descriptor() ([]byte, []int)
Deprecated: Use ProcessUserCommandDeleteReq.ProtoReflect.Descriptor instead.
func (*ProcessUserCommandDeleteReq) GetType ¶
func (x *ProcessUserCommandDeleteReq) GetType() int32
func (*ProcessUserCommandDeleteReq) GetUserID ¶
func (x *ProcessUserCommandDeleteReq) GetUserID() string
func (*ProcessUserCommandDeleteReq) GetUuid ¶
func (x *ProcessUserCommandDeleteReq) GetUuid() string
func (*ProcessUserCommandDeleteReq) ProtoMessage ¶
func (*ProcessUserCommandDeleteReq) ProtoMessage()
func (*ProcessUserCommandDeleteReq) ProtoReflect ¶
func (x *ProcessUserCommandDeleteReq) ProtoReflect() protoreflect.Message
func (*ProcessUserCommandDeleteReq) Reset ¶
func (x *ProcessUserCommandDeleteReq) Reset()
func (*ProcessUserCommandDeleteReq) String ¶
func (x *ProcessUserCommandDeleteReq) String() string
type ProcessUserCommandDeleteResp ¶
type ProcessUserCommandDeleteResp struct {
// contains filtered or unexported fields
}
func (*ProcessUserCommandDeleteResp) Descriptor
deprecated
func (*ProcessUserCommandDeleteResp) Descriptor() ([]byte, []int)
Deprecated: Use ProcessUserCommandDeleteResp.ProtoReflect.Descriptor instead.
func (*ProcessUserCommandDeleteResp) ProtoMessage ¶
func (*ProcessUserCommandDeleteResp) ProtoMessage()
func (*ProcessUserCommandDeleteResp) ProtoReflect ¶
func (x *ProcessUserCommandDeleteResp) ProtoReflect() protoreflect.Message
func (*ProcessUserCommandDeleteResp) Reset ¶
func (x *ProcessUserCommandDeleteResp) Reset()
func (*ProcessUserCommandDeleteResp) String ¶
func (x *ProcessUserCommandDeleteResp) String() string
type ProcessUserCommandGetAllReq ¶
type ProcessUserCommandGetAllReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
// contains filtered or unexported fields
}
func (*ProcessUserCommandGetAllReq) Check ¶
func (x *ProcessUserCommandGetAllReq) Check() error
func (*ProcessUserCommandGetAllReq) Descriptor
deprecated
func (*ProcessUserCommandGetAllReq) Descriptor() ([]byte, []int)
Deprecated: Use ProcessUserCommandGetAllReq.ProtoReflect.Descriptor instead.
func (*ProcessUserCommandGetAllReq) GetUserID ¶
func (x *ProcessUserCommandGetAllReq) GetUserID() string
func (*ProcessUserCommandGetAllReq) ProtoMessage ¶
func (*ProcessUserCommandGetAllReq) ProtoMessage()
func (*ProcessUserCommandGetAllReq) ProtoReflect ¶
func (x *ProcessUserCommandGetAllReq) ProtoReflect() protoreflect.Message
func (*ProcessUserCommandGetAllReq) Reset ¶
func (x *ProcessUserCommandGetAllReq) Reset()
func (*ProcessUserCommandGetAllReq) String ¶
func (x *ProcessUserCommandGetAllReq) String() string
type ProcessUserCommandGetAllResp ¶
type ProcessUserCommandGetAllResp struct {
CommandResp []*AllCommandInfoResp `protobuf:"bytes,1,rep,name=CommandResp,proto3" json:"CommandResp,omitempty"`
// contains filtered or unexported fields
}
func (*ProcessUserCommandGetAllResp) Descriptor
deprecated
func (*ProcessUserCommandGetAllResp) Descriptor() ([]byte, []int)
Deprecated: Use ProcessUserCommandGetAllResp.ProtoReflect.Descriptor instead.
func (*ProcessUserCommandGetAllResp) GetCommandResp ¶
func (x *ProcessUserCommandGetAllResp) GetCommandResp() []*AllCommandInfoResp
func (*ProcessUserCommandGetAllResp) ProtoMessage ¶
func (*ProcessUserCommandGetAllResp) ProtoMessage()
func (*ProcessUserCommandGetAllResp) ProtoReflect ¶
func (x *ProcessUserCommandGetAllResp) ProtoReflect() protoreflect.Message
func (*ProcessUserCommandGetAllResp) Reset ¶
func (x *ProcessUserCommandGetAllResp) Reset()
func (*ProcessUserCommandGetAllResp) String ¶
func (x *ProcessUserCommandGetAllResp) String() string
type ProcessUserCommandGetReq ¶
type ProcessUserCommandGetReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
Type int32 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
// contains filtered or unexported fields
}
func (*ProcessUserCommandGetReq) Check ¶
func (x *ProcessUserCommandGetReq) Check() error
func (*ProcessUserCommandGetReq) Descriptor
deprecated
func (*ProcessUserCommandGetReq) Descriptor() ([]byte, []int)
Deprecated: Use ProcessUserCommandGetReq.ProtoReflect.Descriptor instead.
func (*ProcessUserCommandGetReq) GetType ¶
func (x *ProcessUserCommandGetReq) GetType() int32
func (*ProcessUserCommandGetReq) GetUserID ¶
func (x *ProcessUserCommandGetReq) GetUserID() string
func (*ProcessUserCommandGetReq) ProtoMessage ¶
func (*ProcessUserCommandGetReq) ProtoMessage()
func (*ProcessUserCommandGetReq) ProtoReflect ¶
func (x *ProcessUserCommandGetReq) ProtoReflect() protoreflect.Message
func (*ProcessUserCommandGetReq) Reset ¶
func (x *ProcessUserCommandGetReq) Reset()
func (*ProcessUserCommandGetReq) String ¶
func (x *ProcessUserCommandGetReq) String() string
type ProcessUserCommandGetResp ¶
type ProcessUserCommandGetResp struct {
CommandResp []*CommandInfoResp `protobuf:"bytes,1,rep,name=CommandResp,proto3" json:"CommandResp,omitempty"`
// contains filtered or unexported fields
}
func (*ProcessUserCommandGetResp) Descriptor
deprecated
func (*ProcessUserCommandGetResp) Descriptor() ([]byte, []int)
Deprecated: Use ProcessUserCommandGetResp.ProtoReflect.Descriptor instead.
func (*ProcessUserCommandGetResp) GetCommandResp ¶
func (x *ProcessUserCommandGetResp) GetCommandResp() []*CommandInfoResp
func (*ProcessUserCommandGetResp) ProtoMessage ¶
func (*ProcessUserCommandGetResp) ProtoMessage()
func (*ProcessUserCommandGetResp) ProtoReflect ¶
func (x *ProcessUserCommandGetResp) ProtoReflect() protoreflect.Message
func (*ProcessUserCommandGetResp) Reset ¶
func (x *ProcessUserCommandGetResp) Reset()
func (*ProcessUserCommandGetResp) String ¶
func (x *ProcessUserCommandGetResp) String() string
type ProcessUserCommandUpdateReq ¶
type ProcessUserCommandUpdateReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
Type int32 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
Uuid string `protobuf:"bytes,3,opt,name=uuid,proto3" json:"uuid,omitempty"`
Value *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
Ex *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=ex,proto3" json:"ex,omitempty"`
// contains filtered or unexported fields
}
func (*ProcessUserCommandUpdateReq) Check ¶
func (x *ProcessUserCommandUpdateReq) Check() error
func (*ProcessUserCommandUpdateReq) Descriptor
deprecated
func (*ProcessUserCommandUpdateReq) Descriptor() ([]byte, []int)
Deprecated: Use ProcessUserCommandUpdateReq.ProtoReflect.Descriptor instead.
func (*ProcessUserCommandUpdateReq) GetEx ¶
func (x *ProcessUserCommandUpdateReq) GetEx() *wrapperspb.StringValue
func (*ProcessUserCommandUpdateReq) GetType ¶
func (x *ProcessUserCommandUpdateReq) GetType() int32
func (*ProcessUserCommandUpdateReq) GetUserID ¶
func (x *ProcessUserCommandUpdateReq) GetUserID() string
func (*ProcessUserCommandUpdateReq) GetUuid ¶
func (x *ProcessUserCommandUpdateReq) GetUuid() string
func (*ProcessUserCommandUpdateReq) GetValue ¶
func (x *ProcessUserCommandUpdateReq) GetValue() *wrapperspb.StringValue
func (*ProcessUserCommandUpdateReq) ProtoMessage ¶
func (*ProcessUserCommandUpdateReq) ProtoMessage()
func (*ProcessUserCommandUpdateReq) ProtoReflect ¶
func (x *ProcessUserCommandUpdateReq) ProtoReflect() protoreflect.Message
func (*ProcessUserCommandUpdateReq) Reset ¶
func (x *ProcessUserCommandUpdateReq) Reset()
func (*ProcessUserCommandUpdateReq) String ¶
func (x *ProcessUserCommandUpdateReq) String() string
type ProcessUserCommandUpdateResp ¶
type ProcessUserCommandUpdateResp struct {
// contains filtered or unexported fields
}
func (*ProcessUserCommandUpdateResp) Descriptor
deprecated
func (*ProcessUserCommandUpdateResp) Descriptor() ([]byte, []int)
Deprecated: Use ProcessUserCommandUpdateResp.ProtoReflect.Descriptor instead.
func (*ProcessUserCommandUpdateResp) ProtoMessage ¶
func (*ProcessUserCommandUpdateResp) ProtoMessage()
func (*ProcessUserCommandUpdateResp) ProtoReflect ¶
func (x *ProcessUserCommandUpdateResp) ProtoReflect() protoreflect.Message
func (*ProcessUserCommandUpdateResp) Reset ¶
func (x *ProcessUserCommandUpdateResp) Reset()
func (*ProcessUserCommandUpdateResp) String ¶
func (x *ProcessUserCommandUpdateResp) String() string
type SearchNotificationAccountReq ¶
type SearchNotificationAccountReq struct {
Keyword string `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"`
AppManagerLevel *int32 `protobuf:"varint,2,opt,name=appManagerLevel,proto3,oneof" json:"appManagerLevel,omitempty"`
Pagination *sdkws.RequestPagination `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"`
// contains filtered or unexported fields
}
func (*SearchNotificationAccountReq) Check ¶
func (x *SearchNotificationAccountReq) Check() error
func (*SearchNotificationAccountReq) Descriptor
deprecated
func (*SearchNotificationAccountReq) Descriptor() ([]byte, []int)
Deprecated: Use SearchNotificationAccountReq.ProtoReflect.Descriptor instead.
func (*SearchNotificationAccountReq) GetAppManagerLevel ¶
func (x *SearchNotificationAccountReq) GetAppManagerLevel() int32
func (*SearchNotificationAccountReq) GetKeyword ¶
func (x *SearchNotificationAccountReq) GetKeyword() string
func (*SearchNotificationAccountReq) GetPagination ¶
func (x *SearchNotificationAccountReq) GetPagination() *sdkws.RequestPagination
func (*SearchNotificationAccountReq) ProtoMessage ¶
func (*SearchNotificationAccountReq) ProtoMessage()
func (*SearchNotificationAccountReq) ProtoReflect ¶
func (x *SearchNotificationAccountReq) ProtoReflect() protoreflect.Message
func (*SearchNotificationAccountReq) Reset ¶
func (x *SearchNotificationAccountReq) Reset()
func (*SearchNotificationAccountReq) String ¶
func (x *SearchNotificationAccountReq) String() string
type SearchNotificationAccountResp ¶
type SearchNotificationAccountResp struct {
Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
NotificationAccounts []*NotificationAccountInfo `protobuf:"bytes,2,rep,name=notificationAccounts,proto3" json:"notificationAccounts,omitempty"`
// contains filtered or unexported fields
}
func (*SearchNotificationAccountResp) Descriptor
deprecated
func (*SearchNotificationAccountResp) Descriptor() ([]byte, []int)
Deprecated: Use SearchNotificationAccountResp.ProtoReflect.Descriptor instead.
func (*SearchNotificationAccountResp) GetNotificationAccounts ¶
func (x *SearchNotificationAccountResp) GetNotificationAccounts() []*NotificationAccountInfo
func (*SearchNotificationAccountResp) GetTotal ¶
func (x *SearchNotificationAccountResp) GetTotal() int64
func (*SearchNotificationAccountResp) ProtoMessage ¶
func (*SearchNotificationAccountResp) ProtoMessage()
func (*SearchNotificationAccountResp) ProtoReflect ¶
func (x *SearchNotificationAccountResp) ProtoReflect() protoreflect.Message
func (*SearchNotificationAccountResp) Reset ¶
func (x *SearchNotificationAccountResp) Reset()
func (*SearchNotificationAccountResp) String ¶
func (x *SearchNotificationAccountResp) String() string
type SetConversationReq ¶
type SetConversationReq struct {
Conversation *conversation.Conversation `protobuf:"bytes,1,opt,name=conversation,proto3" json:"conversation,omitempty"`
NotificationType int32 `protobuf:"varint,2,opt,name=notificationType,proto3" json:"notificationType,omitempty"`
OperationID string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID,omitempty"`
// contains filtered or unexported fields
}
func (*SetConversationReq) Check ¶
func (x *SetConversationReq) Check() error
func (*SetConversationReq) Descriptor
deprecated
func (*SetConversationReq) Descriptor() ([]byte, []int)
Deprecated: Use SetConversationReq.ProtoReflect.Descriptor instead.
func (*SetConversationReq) GetConversation ¶
func (x *SetConversationReq) GetConversation() *conversation.Conversation
func (*SetConversationReq) GetNotificationType ¶
func (x *SetConversationReq) GetNotificationType() int32
func (*SetConversationReq) GetOperationID ¶
func (x *SetConversationReq) GetOperationID() string
func (*SetConversationReq) ProtoMessage ¶
func (*SetConversationReq) ProtoMessage()
func (*SetConversationReq) ProtoReflect ¶
func (x *SetConversationReq) ProtoReflect() protoreflect.Message
func (*SetConversationReq) Reset ¶
func (x *SetConversationReq) Reset()
func (*SetConversationReq) String ¶
func (x *SetConversationReq) String() string
type SetConversationResp ¶
type SetConversationResp struct {
// contains filtered or unexported fields
}
func (*SetConversationResp) Descriptor
deprecated
func (*SetConversationResp) Descriptor() ([]byte, []int)
Deprecated: Use SetConversationResp.ProtoReflect.Descriptor instead.
func (*SetConversationResp) ProtoMessage ¶
func (*SetConversationResp) ProtoMessage()
func (*SetConversationResp) ProtoReflect ¶
func (x *SetConversationResp) ProtoReflect() protoreflect.Message
func (*SetConversationResp) Reset ¶
func (x *SetConversationResp) Reset()
func (*SetConversationResp) String ¶
func (x *SetConversationResp) String() string
type SetGlobalRecvMessageOptReq ¶
type SetGlobalRecvMessageOptReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
GlobalRecvMsgOpt int32 `protobuf:"varint,3,opt,name=globalRecvMsgOpt,proto3" json:"globalRecvMsgOpt,omitempty"`
// contains filtered or unexported fields
}
func (*SetGlobalRecvMessageOptReq) Check ¶
func (x *SetGlobalRecvMessageOptReq) Check() error
func (*SetGlobalRecvMessageOptReq) Descriptor
deprecated
func (*SetGlobalRecvMessageOptReq) Descriptor() ([]byte, []int)
Deprecated: Use SetGlobalRecvMessageOptReq.ProtoReflect.Descriptor instead.
func (*SetGlobalRecvMessageOptReq) GetGlobalRecvMsgOpt ¶
func (x *SetGlobalRecvMessageOptReq) GetGlobalRecvMsgOpt() int32
func (*SetGlobalRecvMessageOptReq) GetUserID ¶
func (x *SetGlobalRecvMessageOptReq) GetUserID() string
func (*SetGlobalRecvMessageOptReq) ProtoMessage ¶
func (*SetGlobalRecvMessageOptReq) ProtoMessage()
func (*SetGlobalRecvMessageOptReq) ProtoReflect ¶
func (x *SetGlobalRecvMessageOptReq) ProtoReflect() protoreflect.Message
func (*SetGlobalRecvMessageOptReq) Reset ¶
func (x *SetGlobalRecvMessageOptReq) Reset()
func (*SetGlobalRecvMessageOptReq) String ¶
func (x *SetGlobalRecvMessageOptReq) String() string
type SetGlobalRecvMessageOptResp ¶
type SetGlobalRecvMessageOptResp struct {
// contains filtered or unexported fields
}
func (*SetGlobalRecvMessageOptResp) Descriptor
deprecated
func (*SetGlobalRecvMessageOptResp) Descriptor() ([]byte, []int)
Deprecated: Use SetGlobalRecvMessageOptResp.ProtoReflect.Descriptor instead.
func (*SetGlobalRecvMessageOptResp) ProtoMessage ¶
func (*SetGlobalRecvMessageOptResp) ProtoMessage()
func (*SetGlobalRecvMessageOptResp) ProtoReflect ¶
func (x *SetGlobalRecvMessageOptResp) ProtoReflect() protoreflect.Message
func (*SetGlobalRecvMessageOptResp) Reset ¶
func (x *SetGlobalRecvMessageOptResp) Reset()
func (*SetGlobalRecvMessageOptResp) String ¶
func (x *SetGlobalRecvMessageOptResp) String() string
type SetRecvMsgOptReq ¶
type SetRecvMsgOptReq struct {
OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID,omitempty"`
ConversationID string `protobuf:"bytes,2,opt,name=conversationID,proto3" json:"conversationID,omitempty"`
RecvMsgOpt int32 `protobuf:"varint,3,opt,name=recvMsgOpt,proto3" json:"recvMsgOpt,omitempty"`
NotificationType int32 `protobuf:"varint,4,opt,name=notificationType,proto3" json:"notificationType,omitempty"`
OperationID string `protobuf:"bytes,5,opt,name=operationID,proto3" json:"operationID,omitempty"`
// contains filtered or unexported fields
}
func (*SetRecvMsgOptReq) Check ¶
func (x *SetRecvMsgOptReq) Check() error
func (*SetRecvMsgOptReq) Descriptor
deprecated
func (*SetRecvMsgOptReq) Descriptor() ([]byte, []int)
Deprecated: Use SetRecvMsgOptReq.ProtoReflect.Descriptor instead.
func (*SetRecvMsgOptReq) GetConversationID ¶
func (x *SetRecvMsgOptReq) GetConversationID() string
func (*SetRecvMsgOptReq) GetNotificationType ¶
func (x *SetRecvMsgOptReq) GetNotificationType() int32
func (*SetRecvMsgOptReq) GetOperationID ¶
func (x *SetRecvMsgOptReq) GetOperationID() string
func (*SetRecvMsgOptReq) GetOwnerUserID ¶
func (x *SetRecvMsgOptReq) GetOwnerUserID() string
func (*SetRecvMsgOptReq) GetRecvMsgOpt ¶
func (x *SetRecvMsgOptReq) GetRecvMsgOpt() int32
func (*SetRecvMsgOptReq) ProtoMessage ¶
func (*SetRecvMsgOptReq) ProtoMessage()
func (*SetRecvMsgOptReq) ProtoReflect ¶
func (x *SetRecvMsgOptReq) ProtoReflect() protoreflect.Message
func (*SetRecvMsgOptReq) Reset ¶
func (x *SetRecvMsgOptReq) Reset()
func (*SetRecvMsgOptReq) String ¶
func (x *SetRecvMsgOptReq) String() string
type SetRecvMsgOptResp ¶
type SetRecvMsgOptResp struct {
// contains filtered or unexported fields
}
func (*SetRecvMsgOptResp) Descriptor
deprecated
func (*SetRecvMsgOptResp) Descriptor() ([]byte, []int)
Deprecated: Use SetRecvMsgOptResp.ProtoReflect.Descriptor instead.
func (*SetRecvMsgOptResp) ProtoMessage ¶
func (*SetRecvMsgOptResp) ProtoMessage()
func (*SetRecvMsgOptResp) ProtoReflect ¶
func (x *SetRecvMsgOptResp) ProtoReflect() protoreflect.Message
func (*SetRecvMsgOptResp) Reset ¶
func (x *SetRecvMsgOptResp) Reset()
func (*SetRecvMsgOptResp) String ¶
func (x *SetRecvMsgOptResp) String() string
type SetUserOnlineStatusReq ¶ added in v0.0.69
type SetUserOnlineStatusReq struct {
Status []*UserOnlineStatus `protobuf:"bytes,1,rep,name=status,proto3" json:"status,omitempty"`
// contains filtered or unexported fields
}
func (*SetUserOnlineStatusReq) Descriptor
deprecated
added in
v0.0.69
func (*SetUserOnlineStatusReq) Descriptor() ([]byte, []int)
Deprecated: Use SetUserOnlineStatusReq.ProtoReflect.Descriptor instead.
func (*SetUserOnlineStatusReq) GetStatus ¶ added in v0.0.69
func (x *SetUserOnlineStatusReq) GetStatus() []*UserOnlineStatus
func (*SetUserOnlineStatusReq) ProtoMessage ¶ added in v0.0.69
func (*SetUserOnlineStatusReq) ProtoMessage()
func (*SetUserOnlineStatusReq) ProtoReflect ¶ added in v0.0.69
func (x *SetUserOnlineStatusReq) ProtoReflect() protoreflect.Message
func (*SetUserOnlineStatusReq) Reset ¶ added in v0.0.69
func (x *SetUserOnlineStatusReq) Reset()
func (*SetUserOnlineStatusReq) String ¶ added in v0.0.69
func (x *SetUserOnlineStatusReq) String() string
type SetUserOnlineStatusResp ¶ added in v0.0.69
type SetUserOnlineStatusResp struct {
// contains filtered or unexported fields
}
func (*SetUserOnlineStatusResp) Descriptor
deprecated
added in
v0.0.69
func (*SetUserOnlineStatusResp) Descriptor() ([]byte, []int)
Deprecated: Use SetUserOnlineStatusResp.ProtoReflect.Descriptor instead.
func (*SetUserOnlineStatusResp) ProtoMessage ¶ added in v0.0.69
func (*SetUserOnlineStatusResp) ProtoMessage()
func (*SetUserOnlineStatusResp) ProtoReflect ¶ added in v0.0.69
func (x *SetUserOnlineStatusResp) ProtoReflect() protoreflect.Message
func (*SetUserOnlineStatusResp) Reset ¶ added in v0.0.69
func (x *SetUserOnlineStatusResp) Reset()
func (*SetUserOnlineStatusResp) String ¶ added in v0.0.69
func (x *SetUserOnlineStatusResp) String() string
type SetUserStatusReq ¶
type SetUserStatusReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
PlatformID int32 `protobuf:"varint,3,opt,name=platformID,proto3" json:"platformID,omitempty"`
ConnID string `protobuf:"bytes,4,opt,name=connID,proto3" json:"connID,omitempty"`
IsBackground bool `protobuf:"varint,5,opt,name=isBackground,proto3" json:"isBackground,omitempty"`
// contains filtered or unexported fields
}
func (*SetUserStatusReq) Descriptor
deprecated
func (*SetUserStatusReq) Descriptor() ([]byte, []int)
Deprecated: Use SetUserStatusReq.ProtoReflect.Descriptor instead.
func (*SetUserStatusReq) GetConnID ¶
func (x *SetUserStatusReq) GetConnID() string
func (*SetUserStatusReq) GetIsBackground ¶
func (x *SetUserStatusReq) GetIsBackground() bool
func (*SetUserStatusReq) GetPlatformID ¶
func (x *SetUserStatusReq) GetPlatformID() int32
func (*SetUserStatusReq) GetStatus ¶
func (x *SetUserStatusReq) GetStatus() int32
func (*SetUserStatusReq) GetUserID ¶
func (x *SetUserStatusReq) GetUserID() string
func (*SetUserStatusReq) ProtoMessage ¶
func (*SetUserStatusReq) ProtoMessage()
func (*SetUserStatusReq) ProtoReflect ¶
func (x *SetUserStatusReq) ProtoReflect() protoreflect.Message
func (*SetUserStatusReq) Reset ¶
func (x *SetUserStatusReq) Reset()
func (*SetUserStatusReq) String ¶
func (x *SetUserStatusReq) String() string
type SetUserStatusResp ¶
type SetUserStatusResp struct {
// contains filtered or unexported fields
}
func (*SetUserStatusResp) Descriptor
deprecated
func (*SetUserStatusResp) Descriptor() ([]byte, []int)
Deprecated: Use SetUserStatusResp.ProtoReflect.Descriptor instead.
func (*SetUserStatusResp) ProtoMessage ¶
func (*SetUserStatusResp) ProtoMessage()
func (*SetUserStatusResp) ProtoReflect ¶
func (x *SetUserStatusResp) ProtoReflect() protoreflect.Message
func (*SetUserStatusResp) Reset ¶
func (x *SetUserStatusResp) Reset()
func (*SetUserStatusResp) String ¶
func (x *SetUserStatusResp) String() string
type SortQueryReq ¶ added in v0.0.69
type SortQueryReq struct {
Asc bool `protobuf:"varint,1,opt,name=asc,proto3" json:"asc,omitempty"`
UserIDName map[string]string `` /* 147-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*SortQueryReq) Descriptor
deprecated
added in
v0.0.69
func (*SortQueryReq) Descriptor() ([]byte, []int)
Deprecated: Use SortQueryReq.ProtoReflect.Descriptor instead.
func (*SortQueryReq) GetAsc ¶ added in v0.0.69
func (x *SortQueryReq) GetAsc() bool
func (*SortQueryReq) GetUserIDName ¶ added in v0.0.69
func (x *SortQueryReq) GetUserIDName() map[string]string
func (*SortQueryReq) ProtoMessage ¶ added in v0.0.69
func (*SortQueryReq) ProtoMessage()
func (*SortQueryReq) ProtoReflect ¶ added in v0.0.69
func (x *SortQueryReq) ProtoReflect() protoreflect.Message
func (*SortQueryReq) Reset ¶ added in v0.0.69
func (x *SortQueryReq) Reset()
func (*SortQueryReq) String ¶ added in v0.0.69
func (x *SortQueryReq) String() string
type SortQueryResp ¶ added in v0.0.69
type SortQueryResp struct {
Users []*sdkws.UserInfo `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"`
// contains filtered or unexported fields
}
func (*SortQueryResp) Descriptor
deprecated
added in
v0.0.69
func (*SortQueryResp) Descriptor() ([]byte, []int)
Deprecated: Use SortQueryResp.ProtoReflect.Descriptor instead.
func (*SortQueryResp) GetUsers ¶ added in v0.0.69
func (x *SortQueryResp) GetUsers() []*sdkws.UserInfo
func (*SortQueryResp) ProtoMessage ¶ added in v0.0.69
func (*SortQueryResp) ProtoMessage()
func (*SortQueryResp) ProtoReflect ¶ added in v0.0.69
func (x *SortQueryResp) ProtoReflect() protoreflect.Message
func (*SortQueryResp) Reset ¶ added in v0.0.69
func (x *SortQueryResp) Reset()
func (*SortQueryResp) String ¶ added in v0.0.69
func (x *SortQueryResp) String() string
type SubscribeOrCancelUsersStatusReq ¶
type SubscribeOrCancelUsersStatusReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
UserIDs []string `protobuf:"bytes,2,rep,name=userIDs,proto3" json:"userIDs,omitempty"`
Genre int32 `protobuf:"varint,3,opt,name=genre,proto3" json:"genre,omitempty"`
// contains filtered or unexported fields
}
func (*SubscribeOrCancelUsersStatusReq) Check ¶
func (x *SubscribeOrCancelUsersStatusReq) Check() error
func (*SubscribeOrCancelUsersStatusReq) Descriptor
deprecated
func (*SubscribeOrCancelUsersStatusReq) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeOrCancelUsersStatusReq.ProtoReflect.Descriptor instead.
func (*SubscribeOrCancelUsersStatusReq) GetGenre ¶
func (x *SubscribeOrCancelUsersStatusReq) GetGenre() int32
func (*SubscribeOrCancelUsersStatusReq) GetUserID ¶
func (x *SubscribeOrCancelUsersStatusReq) GetUserID() string
func (*SubscribeOrCancelUsersStatusReq) GetUserIDs ¶
func (x *SubscribeOrCancelUsersStatusReq) GetUserIDs() []string
func (*SubscribeOrCancelUsersStatusReq) ProtoMessage ¶
func (*SubscribeOrCancelUsersStatusReq) ProtoMessage()
func (*SubscribeOrCancelUsersStatusReq) ProtoReflect ¶
func (x *SubscribeOrCancelUsersStatusReq) ProtoReflect() protoreflect.Message
func (*SubscribeOrCancelUsersStatusReq) Reset ¶
func (x *SubscribeOrCancelUsersStatusReq) Reset()
func (*SubscribeOrCancelUsersStatusReq) String ¶
func (x *SubscribeOrCancelUsersStatusReq) String() string
type SubscribeOrCancelUsersStatusResp ¶
type SubscribeOrCancelUsersStatusResp struct {
StatusList []*OnlineStatus `protobuf:"bytes,1,rep,name=statusList,proto3" json:"statusList,omitempty"`
// contains filtered or unexported fields
}
func (*SubscribeOrCancelUsersStatusResp) Descriptor
deprecated
func (*SubscribeOrCancelUsersStatusResp) Descriptor() ([]byte, []int)
Deprecated: Use SubscribeOrCancelUsersStatusResp.ProtoReflect.Descriptor instead.
func (*SubscribeOrCancelUsersStatusResp) GetStatusList ¶
func (x *SubscribeOrCancelUsersStatusResp) GetStatusList() []*OnlineStatus
func (*SubscribeOrCancelUsersStatusResp) ProtoMessage ¶
func (*SubscribeOrCancelUsersStatusResp) ProtoMessage()
func (*SubscribeOrCancelUsersStatusResp) ProtoReflect ¶
func (x *SubscribeOrCancelUsersStatusResp) ProtoReflect() protoreflect.Message
func (*SubscribeOrCancelUsersStatusResp) Reset ¶
func (x *SubscribeOrCancelUsersStatusResp) Reset()
func (*SubscribeOrCancelUsersStatusResp) String ¶
func (x *SubscribeOrCancelUsersStatusResp) String() string
type UnimplementedUserServer ¶
type UnimplementedUserServer struct{}
UnimplementedUserServer must be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedUserServer) AccountCheck ¶
func (UnimplementedUserServer) AccountCheck(context.Context, *AccountCheckReq) (*AccountCheckResp, error)
func (UnimplementedUserServer) AddNotificationAccount ¶
func (UnimplementedUserServer) AddNotificationAccount(context.Context, *AddNotificationAccountReq) (*AddNotificationAccountResp, error)
func (UnimplementedUserServer) GetAllOnlineUsers ¶ added in v0.0.72
func (UnimplementedUserServer) GetAllOnlineUsers(context.Context, *GetAllOnlineUsersReq) (*GetAllOnlineUsersResp, error)
func (UnimplementedUserServer) GetAllUserID ¶
func (UnimplementedUserServer) GetAllUserID(context.Context, *GetAllUserIDReq) (*GetAllUserIDResp, error)
func (UnimplementedUserServer) GetDesignateUsers ¶
func (UnimplementedUserServer) GetDesignateUsers(context.Context, *GetDesignateUsersReq) (*GetDesignateUsersResp, error)
func (UnimplementedUserServer) GetGlobalRecvMessageOpt ¶
func (UnimplementedUserServer) GetGlobalRecvMessageOpt(context.Context, *GetGlobalRecvMessageOptReq) (*GetGlobalRecvMessageOptResp, error)
func (UnimplementedUserServer) GetNotificationAccount ¶
func (UnimplementedUserServer) GetNotificationAccount(context.Context, *GetNotificationAccountReq) (*GetNotificationAccountResp, error)
func (UnimplementedUserServer) GetPaginationUsers ¶
func (UnimplementedUserServer) GetPaginationUsers(context.Context, *GetPaginationUsersReq) (*GetPaginationUsersResp, error)
func (UnimplementedUserServer) GetSubscribeUsersStatus ¶
func (UnimplementedUserServer) GetSubscribeUsersStatus(context.Context, *GetSubscribeUsersStatusReq) (*GetSubscribeUsersStatusResp, error)
func (UnimplementedUserServer) GetUserStatus ¶
func (UnimplementedUserServer) GetUserStatus(context.Context, *GetUserStatusReq) (*GetUserStatusResp, error)
func (UnimplementedUserServer) ProcessUserCommandAdd ¶
func (UnimplementedUserServer) ProcessUserCommandAdd(context.Context, *ProcessUserCommandAddReq) (*ProcessUserCommandAddResp, error)
func (UnimplementedUserServer) ProcessUserCommandDelete ¶
func (UnimplementedUserServer) ProcessUserCommandDelete(context.Context, *ProcessUserCommandDeleteReq) (*ProcessUserCommandDeleteResp, error)
func (UnimplementedUserServer) ProcessUserCommandGet ¶
func (UnimplementedUserServer) ProcessUserCommandGet(context.Context, *ProcessUserCommandGetReq) (*ProcessUserCommandGetResp, error)
func (UnimplementedUserServer) ProcessUserCommandGetAll ¶
func (UnimplementedUserServer) ProcessUserCommandGetAll(context.Context, *ProcessUserCommandGetAllReq) (*ProcessUserCommandGetAllResp, error)
func (UnimplementedUserServer) ProcessUserCommandUpdate ¶
func (UnimplementedUserServer) ProcessUserCommandUpdate(context.Context, *ProcessUserCommandUpdateReq) (*ProcessUserCommandUpdateResp, error)
func (UnimplementedUserServer) SearchNotificationAccount ¶
func (UnimplementedUserServer) SearchNotificationAccount(context.Context, *SearchNotificationAccountReq) (*SearchNotificationAccountResp, error)
func (UnimplementedUserServer) SetGlobalRecvMessageOpt ¶
func (UnimplementedUserServer) SetGlobalRecvMessageOpt(context.Context, *SetGlobalRecvMessageOptReq) (*SetGlobalRecvMessageOptResp, error)
func (UnimplementedUserServer) SetUserOnlineStatus ¶ added in v0.0.69
func (UnimplementedUserServer) SetUserOnlineStatus(context.Context, *SetUserOnlineStatusReq) (*SetUserOnlineStatusResp, error)
func (UnimplementedUserServer) SetUserStatus ¶
func (UnimplementedUserServer) SetUserStatus(context.Context, *SetUserStatusReq) (*SetUserStatusResp, error)
func (UnimplementedUserServer) SortQuery ¶ added in v0.0.69
func (UnimplementedUserServer) SortQuery(context.Context, *SortQueryReq) (*SortQueryResp, error)
func (UnimplementedUserServer) SubscribeOrCancelUsersStatus ¶
func (UnimplementedUserServer) SubscribeOrCancelUsersStatus(context.Context, *SubscribeOrCancelUsersStatusReq) (*SubscribeOrCancelUsersStatusResp, error)
func (UnimplementedUserServer) UpdateNotificationAccountInfo ¶
func (UnimplementedUserServer) UpdateNotificationAccountInfo(context.Context, *UpdateNotificationAccountInfoReq) (*UpdateNotificationAccountInfoResp, error)
func (UnimplementedUserServer) UpdateUserInfo ¶
func (UnimplementedUserServer) UpdateUserInfo(context.Context, *UpdateUserInfoReq) (*UpdateUserInfoResp, error)
func (UnimplementedUserServer) UpdateUserInfoEx ¶
func (UnimplementedUserServer) UpdateUserInfoEx(context.Context, *UpdateUserInfoExReq) (*UpdateUserInfoExResp, error)
func (UnimplementedUserServer) UserRegister ¶
func (UnimplementedUserServer) UserRegister(context.Context, *UserRegisterReq) (*UserRegisterResp, error)
func (UnimplementedUserServer) UserRegisterCount ¶
func (UnimplementedUserServer) UserRegisterCount(context.Context, *UserRegisterCountReq) (*UserRegisterCountResp, error)
type UnsafeUserServer ¶
type UnsafeUserServer interface {
// contains filtered or unexported methods
}
UnsafeUserServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserServer will result in compilation errors.
type UpdateNotificationAccountInfoReq ¶
type UpdateNotificationAccountInfoReq struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
FaceURL string `protobuf:"bytes,2,opt,name=faceURL,proto3" json:"faceURL,omitempty"`
NickName string `protobuf:"bytes,3,opt,name=nickName,proto3" json:"nickName,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateNotificationAccountInfoReq) Check ¶
func (x *UpdateNotificationAccountInfoReq) Check() error
func (*UpdateNotificationAccountInfoReq) Descriptor
deprecated
func (*UpdateNotificationAccountInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNotificationAccountInfoReq.ProtoReflect.Descriptor instead.
func (*UpdateNotificationAccountInfoReq) GetFaceURL ¶
func (x *UpdateNotificationAccountInfoReq) GetFaceURL() string
func (*UpdateNotificationAccountInfoReq) GetNickName ¶
func (x *UpdateNotificationAccountInfoReq) GetNickName() string
func (*UpdateNotificationAccountInfoReq) GetUserID ¶
func (x *UpdateNotificationAccountInfoReq) GetUserID() string
func (*UpdateNotificationAccountInfoReq) ProtoMessage ¶
func (*UpdateNotificationAccountInfoReq) ProtoMessage()
func (*UpdateNotificationAccountInfoReq) ProtoReflect ¶
func (x *UpdateNotificationAccountInfoReq) ProtoReflect() protoreflect.Message
func (*UpdateNotificationAccountInfoReq) Reset ¶
func (x *UpdateNotificationAccountInfoReq) Reset()
func (*UpdateNotificationAccountInfoReq) String ¶
func (x *UpdateNotificationAccountInfoReq) String() string
type UpdateNotificationAccountInfoResp ¶
type UpdateNotificationAccountInfoResp struct {
// contains filtered or unexported fields
}
func (*UpdateNotificationAccountInfoResp) Descriptor
deprecated
func (*UpdateNotificationAccountInfoResp) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNotificationAccountInfoResp.ProtoReflect.Descriptor instead.
func (*UpdateNotificationAccountInfoResp) ProtoMessage ¶
func (*UpdateNotificationAccountInfoResp) ProtoMessage()
func (*UpdateNotificationAccountInfoResp) ProtoReflect ¶
func (x *UpdateNotificationAccountInfoResp) ProtoReflect() protoreflect.Message
func (*UpdateNotificationAccountInfoResp) Reset ¶
func (x *UpdateNotificationAccountInfoResp) Reset()
func (*UpdateNotificationAccountInfoResp) String ¶
func (x *UpdateNotificationAccountInfoResp) String() string
type UpdateUserInfoExReq ¶
type UpdateUserInfoExReq struct {
UserInfo *sdkws.UserInfoWithEx `protobuf:"bytes,1,opt,name=userInfo,proto3" json:"userInfo,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateUserInfoExReq) Descriptor
deprecated
func (*UpdateUserInfoExReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserInfoExReq.ProtoReflect.Descriptor instead.
func (*UpdateUserInfoExReq) GetUserInfo ¶
func (x *UpdateUserInfoExReq) GetUserInfo() *sdkws.UserInfoWithEx
func (*UpdateUserInfoExReq) ProtoMessage ¶
func (*UpdateUserInfoExReq) ProtoMessage()
func (*UpdateUserInfoExReq) ProtoReflect ¶
func (x *UpdateUserInfoExReq) ProtoReflect() protoreflect.Message
func (*UpdateUserInfoExReq) Reset ¶
func (x *UpdateUserInfoExReq) Reset()
func (*UpdateUserInfoExReq) String ¶
func (x *UpdateUserInfoExReq) String() string
type UpdateUserInfoExResp ¶
type UpdateUserInfoExResp struct {
// contains filtered or unexported fields
}
func (*UpdateUserInfoExResp) Descriptor
deprecated
func (*UpdateUserInfoExResp) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserInfoExResp.ProtoReflect.Descriptor instead.
func (*UpdateUserInfoExResp) ProtoMessage ¶
func (*UpdateUserInfoExResp) ProtoMessage()
func (*UpdateUserInfoExResp) ProtoReflect ¶
func (x *UpdateUserInfoExResp) ProtoReflect() protoreflect.Message
func (*UpdateUserInfoExResp) Reset ¶
func (x *UpdateUserInfoExResp) Reset()
func (*UpdateUserInfoExResp) String ¶
func (x *UpdateUserInfoExResp) String() string
type UpdateUserInfoReq ¶
type UpdateUserInfoReq struct {
UserInfo *sdkws.UserInfo `protobuf:"bytes,1,opt,name=userInfo,proto3" json:"userInfo,omitempty"`
// contains filtered or unexported fields
}
func (*UpdateUserInfoReq) Check ¶
func (x *UpdateUserInfoReq) Check() error
func (*UpdateUserInfoReq) Descriptor
deprecated
func (*UpdateUserInfoReq) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserInfoReq.ProtoReflect.Descriptor instead.
func (*UpdateUserInfoReq) GetUserInfo ¶
func (x *UpdateUserInfoReq) GetUserInfo() *sdkws.UserInfo
func (*UpdateUserInfoReq) ProtoMessage ¶
func (*UpdateUserInfoReq) ProtoMessage()
func (*UpdateUserInfoReq) ProtoReflect ¶
func (x *UpdateUserInfoReq) ProtoReflect() protoreflect.Message
func (*UpdateUserInfoReq) Reset ¶
func (x *UpdateUserInfoReq) Reset()
func (*UpdateUserInfoReq) String ¶
func (x *UpdateUserInfoReq) String() string
type UpdateUserInfoResp ¶
type UpdateUserInfoResp struct {
// contains filtered or unexported fields
}
func (*UpdateUserInfoResp) Descriptor
deprecated
func (*UpdateUserInfoResp) Descriptor() ([]byte, []int)
Deprecated: Use UpdateUserInfoResp.ProtoReflect.Descriptor instead.
func (*UpdateUserInfoResp) ProtoMessage ¶
func (*UpdateUserInfoResp) ProtoMessage()
func (*UpdateUserInfoResp) ProtoReflect ¶
func (x *UpdateUserInfoResp) ProtoReflect() protoreflect.Message
func (*UpdateUserInfoResp) Reset ¶
func (x *UpdateUserInfoResp) Reset()
func (*UpdateUserInfoResp) String ¶
func (x *UpdateUserInfoResp) String() string
type UserClient ¶
type UserClient interface {
// Get the specified user information full field
GetDesignateUsers(ctx context.Context, in *GetDesignateUsersReq, opts ...grpc.CallOption) (*GetDesignateUsersResp, error)
// update user information
UpdateUserInfo(ctx context.Context, in *UpdateUserInfoReq, opts ...grpc.CallOption) (*UpdateUserInfoResp, error)
UpdateUserInfoEx(ctx context.Context, in *UpdateUserInfoExReq, opts ...grpc.CallOption) (*UpdateUserInfoExResp, error)
// Set user message receiving options
SetGlobalRecvMessageOpt(ctx context.Context, in *SetGlobalRecvMessageOptReq, opts ...grpc.CallOption) (*SetGlobalRecvMessageOptResp, error)
// Get the user message receiving option If not found, no error will be returned
GetGlobalRecvMessageOpt(ctx context.Context, in *GetGlobalRecvMessageOptReq, opts ...grpc.CallOption) (*GetGlobalRecvMessageOptResp, error)
// Check if userID exists
AccountCheck(ctx context.Context, in *AccountCheckReq, opts ...grpc.CallOption) (*AccountCheckResp, error)
// Turn the page (or specify userID, nickname) to pull user information Full field
GetPaginationUsers(ctx context.Context, in *GetPaginationUsersReq, opts ...grpc.CallOption) (*GetPaginationUsersResp, error)
// user registration
UserRegister(ctx context.Context, in *UserRegisterReq, opts ...grpc.CallOption) (*UserRegisterResp, error)
// Get all user IDs
GetAllUserID(ctx context.Context, in *GetAllUserIDReq, opts ...grpc.CallOption) (*GetAllUserIDResp, error)
// Get the total number of users and the user increment within a specified time period
UserRegisterCount(ctx context.Context, in *UserRegisterCountReq, opts ...grpc.CallOption) (*UserRegisterCountResp, error)
// Subscribe or unsubscribe user presence
SubscribeOrCancelUsersStatus(ctx context.Context, in *SubscribeOrCancelUsersStatusReq, opts ...grpc.CallOption) (*SubscribeOrCancelUsersStatusResp, error)
// Get the online status of subscribers
GetSubscribeUsersStatus(ctx context.Context, in *GetSubscribeUsersStatusReq, opts ...grpc.CallOption) (*GetSubscribeUsersStatusResp, error)
// Get user online status
GetUserStatus(ctx context.Context, in *GetUserStatusReq, opts ...grpc.CallOption) (*GetUserStatusResp, error)
// The gateway synchronizes the online status of users in redis
SetUserStatus(ctx context.Context, in *SetUserStatusReq, opts ...grpc.CallOption) (*SetUserStatusResp, error)
// add a general function for add
ProcessUserCommandAdd(ctx context.Context, in *ProcessUserCommandAddReq, opts ...grpc.CallOption) (*ProcessUserCommandAddResp, error)
// add a general function for update
ProcessUserCommandUpdate(ctx context.Context, in *ProcessUserCommandUpdateReq, opts ...grpc.CallOption) (*ProcessUserCommandUpdateResp, error)
// add a general function for delete
ProcessUserCommandDelete(ctx context.Context, in *ProcessUserCommandDeleteReq, opts ...grpc.CallOption) (*ProcessUserCommandDeleteResp, error)
// add a general function for get
ProcessUserCommandGet(ctx context.Context, in *ProcessUserCommandGetReq, opts ...grpc.CallOption) (*ProcessUserCommandGetResp, error)
// add a general function for get all
ProcessUserCommandGetAll(ctx context.Context, in *ProcessUserCommandGetAllReq, opts ...grpc.CallOption) (*ProcessUserCommandGetAllResp, error)
// add a system notification account
AddNotificationAccount(ctx context.Context, in *AddNotificationAccountReq, opts ...grpc.CallOption) (*AddNotificationAccountResp, error)
// update the system notification info
UpdateNotificationAccountInfo(ctx context.Context, in *UpdateNotificationAccountInfoReq, opts ...grpc.CallOption) (*UpdateNotificationAccountInfoResp, error)
// search the system notification account
SearchNotificationAccount(ctx context.Context, in *SearchNotificationAccountReq, opts ...grpc.CallOption) (*SearchNotificationAccountResp, error)
// getNotificationAccount by userID
GetNotificationAccount(ctx context.Context, in *GetNotificationAccountReq, opts ...grpc.CallOption) (*GetNotificationAccountResp, error)
SortQuery(ctx context.Context, in *SortQueryReq, opts ...grpc.CallOption) (*SortQueryResp, error)
SetUserOnlineStatus(ctx context.Context, in *SetUserOnlineStatusReq, opts ...grpc.CallOption) (*SetUserOnlineStatusResp, error)
// get all online users
GetAllOnlineUsers(ctx context.Context, in *GetAllOnlineUsersReq, opts ...grpc.CallOption) (*GetAllOnlineUsersResp, error)
}
UserClient is the client API for User service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewUserClient ¶
func NewUserClient(cc grpc.ClientConnInterface) UserClient
type UserOnlineStatus ¶ added in v0.0.69
type UserOnlineStatus struct {
UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID,omitempty"`
ConnID string `protobuf:"bytes,2,opt,name=connID,proto3" json:"connID,omitempty"`
Online []int32 `protobuf:"varint,3,rep,packed,name=online,proto3" json:"online,omitempty"`
Offline []int32 `protobuf:"varint,4,rep,packed,name=offline,proto3" json:"offline,omitempty"`
// contains filtered or unexported fields
}
func (*UserOnlineStatus) Descriptor
deprecated
added in
v0.0.69
func (*UserOnlineStatus) Descriptor() ([]byte, []int)
Deprecated: Use UserOnlineStatus.ProtoReflect.Descriptor instead.
func (*UserOnlineStatus) GetConnID ¶ added in v0.0.69
func (x *UserOnlineStatus) GetConnID() string
func (*UserOnlineStatus) GetOffline ¶ added in v0.0.69
func (x *UserOnlineStatus) GetOffline() []int32
func (*UserOnlineStatus) GetOnline ¶ added in v0.0.69
func (x *UserOnlineStatus) GetOnline() []int32
func (*UserOnlineStatus) GetUserID ¶ added in v0.0.69
func (x *UserOnlineStatus) GetUserID() string
func (*UserOnlineStatus) ProtoMessage ¶ added in v0.0.69
func (*UserOnlineStatus) ProtoMessage()
func (*UserOnlineStatus) ProtoReflect ¶ added in v0.0.69
func (x *UserOnlineStatus) ProtoReflect() protoreflect.Message
func (*UserOnlineStatus) Reset ¶ added in v0.0.69
func (x *UserOnlineStatus) Reset()
func (*UserOnlineStatus) String ¶ added in v0.0.69
func (x *UserOnlineStatus) String() string
type UserRegisterCountReq ¶
type UserRegisterCountReq struct {
Start int64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
End int64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
// contains filtered or unexported fields
}
func (*UserRegisterCountReq) Check ¶
func (x *UserRegisterCountReq) Check() error
func (*UserRegisterCountReq) Descriptor
deprecated
func (*UserRegisterCountReq) Descriptor() ([]byte, []int)
Deprecated: Use UserRegisterCountReq.ProtoReflect.Descriptor instead.
func (*UserRegisterCountReq) GetEnd ¶
func (x *UserRegisterCountReq) GetEnd() int64
func (*UserRegisterCountReq) GetStart ¶
func (x *UserRegisterCountReq) GetStart() int64
func (*UserRegisterCountReq) ProtoMessage ¶
func (*UserRegisterCountReq) ProtoMessage()
func (*UserRegisterCountReq) ProtoReflect ¶
func (x *UserRegisterCountReq) ProtoReflect() protoreflect.Message
func (*UserRegisterCountReq) Reset ¶
func (x *UserRegisterCountReq) Reset()
func (*UserRegisterCountReq) String ¶
func (x *UserRegisterCountReq) String() string
type UserRegisterCountResp ¶
type UserRegisterCountResp struct {
Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
Before int64 `protobuf:"varint,2,opt,name=before,proto3" json:"before,omitempty"`
Count map[string]int64 `` /* 138-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*UserRegisterCountResp) Descriptor
deprecated
func (*UserRegisterCountResp) Descriptor() ([]byte, []int)
Deprecated: Use UserRegisterCountResp.ProtoReflect.Descriptor instead.
func (*UserRegisterCountResp) GetBefore ¶
func (x *UserRegisterCountResp) GetBefore() int64
func (*UserRegisterCountResp) GetCount ¶
func (x *UserRegisterCountResp) GetCount() map[string]int64
func (*UserRegisterCountResp) GetTotal ¶
func (x *UserRegisterCountResp) GetTotal() int64
func (*UserRegisterCountResp) ProtoMessage ¶
func (*UserRegisterCountResp) ProtoMessage()
func (*UserRegisterCountResp) ProtoReflect ¶
func (x *UserRegisterCountResp) ProtoReflect() protoreflect.Message
func (*UserRegisterCountResp) Reset ¶
func (x *UserRegisterCountResp) Reset()
func (*UserRegisterCountResp) String ¶
func (x *UserRegisterCountResp) String() string
type UserRegisterReq ¶
type UserRegisterReq struct {
Users []*sdkws.UserInfo `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
// contains filtered or unexported fields
}
func (*UserRegisterReq) Check ¶
func (x *UserRegisterReq) Check() error
func (*UserRegisterReq) Descriptor
deprecated
func (*UserRegisterReq) Descriptor() ([]byte, []int)
Deprecated: Use UserRegisterReq.ProtoReflect.Descriptor instead.
func (*UserRegisterReq) GetUsers ¶
func (x *UserRegisterReq) GetUsers() []*sdkws.UserInfo
func (*UserRegisterReq) ProtoMessage ¶
func (*UserRegisterReq) ProtoMessage()
func (*UserRegisterReq) ProtoReflect ¶
func (x *UserRegisterReq) ProtoReflect() protoreflect.Message
func (*UserRegisterReq) Reset ¶
func (x *UserRegisterReq) Reset()
func (*UserRegisterReq) String ¶
func (x *UserRegisterReq) String() string
type UserRegisterResp ¶
type UserRegisterResp struct {
// contains filtered or unexported fields
}
func (*UserRegisterResp) Descriptor
deprecated
func (*UserRegisterResp) Descriptor() ([]byte, []int)
Deprecated: Use UserRegisterResp.ProtoReflect.Descriptor instead.
func (*UserRegisterResp) ProtoMessage ¶
func (*UserRegisterResp) ProtoMessage()
func (*UserRegisterResp) ProtoReflect ¶
func (x *UserRegisterResp) ProtoReflect() protoreflect.Message
func (*UserRegisterResp) Reset ¶
func (x *UserRegisterResp) Reset()
func (*UserRegisterResp) String ¶
func (x *UserRegisterResp) String() string
type UserServer ¶
type UserServer interface {
// Get the specified user information full field
GetDesignateUsers(context.Context, *GetDesignateUsersReq) (*GetDesignateUsersResp, error)
// update user information
UpdateUserInfo(context.Context, *UpdateUserInfoReq) (*UpdateUserInfoResp, error)
UpdateUserInfoEx(context.Context, *UpdateUserInfoExReq) (*UpdateUserInfoExResp, error)
// Set user message receiving options
SetGlobalRecvMessageOpt(context.Context, *SetGlobalRecvMessageOptReq) (*SetGlobalRecvMessageOptResp, error)
// Get the user message receiving option If not found, no error will be returned
GetGlobalRecvMessageOpt(context.Context, *GetGlobalRecvMessageOptReq) (*GetGlobalRecvMessageOptResp, error)
// Check if userID exists
AccountCheck(context.Context, *AccountCheckReq) (*AccountCheckResp, error)
// Turn the page (or specify userID, nickname) to pull user information Full field
GetPaginationUsers(context.Context, *GetPaginationUsersReq) (*GetPaginationUsersResp, error)
// user registration
UserRegister(context.Context, *UserRegisterReq) (*UserRegisterResp, error)
// Get all user IDs
GetAllUserID(context.Context, *GetAllUserIDReq) (*GetAllUserIDResp, error)
// Get the total number of users and the user increment within a specified time period
UserRegisterCount(context.Context, *UserRegisterCountReq) (*UserRegisterCountResp, error)
// Subscribe or unsubscribe user presence
SubscribeOrCancelUsersStatus(context.Context, *SubscribeOrCancelUsersStatusReq) (*SubscribeOrCancelUsersStatusResp, error)
// Get the online status of subscribers
GetSubscribeUsersStatus(context.Context, *GetSubscribeUsersStatusReq) (*GetSubscribeUsersStatusResp, error)
// Get user online status
GetUserStatus(context.Context, *GetUserStatusReq) (*GetUserStatusResp, error)
// The gateway synchronizes the online status of users in redis
SetUserStatus(context.Context, *SetUserStatusReq) (*SetUserStatusResp, error)
// add a general function for add
ProcessUserCommandAdd(context.Context, *ProcessUserCommandAddReq) (*ProcessUserCommandAddResp, error)
// add a general function for update
ProcessUserCommandUpdate(context.Context, *ProcessUserCommandUpdateReq) (*ProcessUserCommandUpdateResp, error)
// add a general function for delete
ProcessUserCommandDelete(context.Context, *ProcessUserCommandDeleteReq) (*ProcessUserCommandDeleteResp, error)
// add a general function for get
ProcessUserCommandGet(context.Context, *ProcessUserCommandGetReq) (*ProcessUserCommandGetResp, error)
// add a general function for get all
ProcessUserCommandGetAll(context.Context, *ProcessUserCommandGetAllReq) (*ProcessUserCommandGetAllResp, error)
// add a system notification account
AddNotificationAccount(context.Context, *AddNotificationAccountReq) (*AddNotificationAccountResp, error)
// update the system notification info
UpdateNotificationAccountInfo(context.Context, *UpdateNotificationAccountInfoReq) (*UpdateNotificationAccountInfoResp, error)
// search the system notification account
SearchNotificationAccount(context.Context, *SearchNotificationAccountReq) (*SearchNotificationAccountResp, error)
// getNotificationAccount by userID
GetNotificationAccount(context.Context, *GetNotificationAccountReq) (*GetNotificationAccountResp, error)
SortQuery(context.Context, *SortQueryReq) (*SortQueryResp, error)
SetUserOnlineStatus(context.Context, *SetUserOnlineStatusReq) (*SetUserOnlineStatusResp, error)
// get all online users
GetAllOnlineUsers(context.Context, *GetAllOnlineUsersReq) (*GetAllOnlineUsersResp, error)
// contains filtered or unexported methods
}
UserServer is the server API for User service. All implementations must embed UnimplementedUserServer for forward compatibility.