MCPcopy
hub / github.com/openimsdk/open-im-server / CommonUser

Interface CommonUser

pkg/notification/common_user/common.go:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15package common_user
16
17type CommonUser interface {
18 GetNickname() string
19 GetFaceURL() string
20 GetUserID() string
21 GetEx() string
22}
23
24type CommonGroup interface {
25 GetNickname() string

Callers 18

FriendRequestDB2PbFunction · 0.65
PopulateGroupMemberMethod · 0.65
getUserMethod · 0.65
getGroupRequestMethod · 0.65
FriendRequestDB2PbFunction · 0.65
PopulateGroupMemberMethod · 0.65
getUserMethod · 0.65
getGroupRequestMethod · 0.65
ResetClientMethod · 0.65
getUsersInfoMapMethod · 0.65

Implementers 1

Userpkg/common/storage/model/user.go

Calls

no outgoing calls

Tested by

no test coverage detected