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

Method GetNickname

pkg/notification/common_user/common.go:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17type CommonUser interface {
18 GetNickname() string
19 GetFaceURL() string
20 GetUserID() string
21 GetEx() string

Callers 4

FriendRequestDB2PbFunction · 0.65
PopulateGroupMemberMethod · 0.65
getUserMethod · 0.65
getGroupRequestMethod · 0.65

Implementers 1

Userpkg/common/storage/model/user.go

Calls

no outgoing calls

Tested by

no test coverage detected