MCPcopy Index your code
hub / github.com/apache/answer / UserStatus

Method UserStatus

plugin/user_center.go:35–35  ·  view source on GitHub ↗

UserStatus returns the latest user status

(externalID string)

Source from the content-addressed store, hash-verified

33 UserInfo(externalID string) (userInfo *UserCenterBasicUserInfo, err error)
34 // UserStatus returns the latest user status
35 UserStatus(externalID string) (userStatus UserStatus)
36 // UserList returns the user list information
37 UserList(externalIDs []string) (userInfo []*UserCenterBasicUserInfo, err error)
38 // UserSettings returns the user settings

Callers 2

GetUserCacheInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected