Documentation ¶
Index ¶
- func DelAllDepartmentMembersFromCache() error
- func DelAllDepartmentsFromCache() error
- func DelAllFriendsInfoFromCache(userID string) error
- func DelAllGroupMembersInfoFromCache(groupID string) error
- func DelBlackIDListFromCache(userID string) error
- func DelConversationFromCache(ownerUserID, conversationID string) error
- func DelExtendMsg(ID string, index int32, clientMsgID string) error
- func DelFriendIDListFromCache(userID string) error
- func DelGroupInfoFromCache(groupID string) error
- func DelGroupMemberIDListFromCache(groupID string) error
- func DelGroupMemberInfoFromCache(groupID, userID string) error
- func DelGroupMemberListHashFromCache(groupID string) error
- func DelGroupMemberNumFromCache(groupID string) error
- func DelJoinedGroupIDListFromCache(userID string) error
- func DelJoinedSuperGroupIDListFromCache(userID string) error
- func DelKeys()
- func DelUserConversationIDListFromCache(userID string) error
- func DelUserInfoFromCache(userID string) error
- func GetAllDepartmentMembersFromCache() ([]db.DepartmentMember, error)
- func GetAllDepartmentsFromCache() ([]db.Department, error)
- func GetAllFriendsInfoFromCache(userID string) ([]*db.Friend, error)
- func GetAllGroupMembersInfoFromCache(groupID string) ([]*db.GroupMember, error)
- func GetBlackListFromCache(userID string) ([]string, error)
- func GetConversationFromCache(ownerUserID, conversationID string) (*db.Conversation, error)
- func GetConversationsFromCache(ownerUserID string, conversationIDList []string) ([]db.Conversation, error)
- func GetExtendMsg(sourceID string, sessionType int32, clientMsgID string, firstModifyTime int64) (*db.ExtendMsg, error)
- func GetFriendIDListFromCache(userID string) ([]string, error)
- func GetGroupInfoFromCache(groupID string) (*db.Group, error)
- func GetGroupMemberIDListFromCache(groupID string) ([]string, error)
- func GetGroupMemberInfoFromCache(groupID, userID string) (*db.GroupMember, error)
- func GetGroupMemberListHashFromCache(groupID string) (uint64, error)
- func GetGroupMemberNumFromCache(groupID string) (int64, error)
- func GetGroupMembersInfoFromCache(count, offset int32, groupID string) ([]*db.GroupMember, error)
- func GetJoinedGroupIDListFromCache(userID string) ([]string, error)
- func GetJoinedSuperGroupListFromCache(userID string) ([]string, error)
- func GetUserAllConversationList(ownerUserID string) ([]db.Conversation, error)
- func GetUserConversationIDListFromCache(userID string) ([]string, error)
- func GetUserInfoFromCache(userID string) (*db.User, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DelAllDepartmentMembersFromCache ¶
func DelAllDepartmentMembersFromCache() error
func DelAllDepartmentsFromCache ¶
func DelAllDepartmentsFromCache() error
func DelBlackIDListFromCache ¶
func DelGroupInfoFromCache ¶
func DelUserInfoFromCache ¶
func GetAllDepartmentMembersFromCache ¶
func GetAllDepartmentMembersFromCache() ([]db.DepartmentMember, error)
func GetAllDepartmentsFromCache ¶
func GetAllDepartmentsFromCache() ([]db.Department, error)
func GetAllGroupMembersInfoFromCache ¶
func GetAllGroupMembersInfoFromCache(groupID string) ([]*db.GroupMember, error)
func GetBlackListFromCache ¶
func GetConversationFromCache ¶
func GetConversationFromCache(ownerUserID, conversationID string) (*db.Conversation, error)
func GetConversationsFromCache ¶
func GetConversationsFromCache(ownerUserID string, conversationIDList []string) ([]db.Conversation, error)
func GetExtendMsg ¶
func GetGroupMemberInfoFromCache ¶
func GetGroupMemberInfoFromCache(groupID, userID string) (*db.GroupMember, error)
func GetGroupMembersInfoFromCache ¶
func GetGroupMembersInfoFromCache(count, offset int32, groupID string) ([]*db.GroupMember, error)
func GetUserAllConversationList ¶
func GetUserAllConversationList(ownerUserID string) ([]db.Conversation, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.