Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mattermost/mattermost
/ GetUser
Method
GetUser
server/channels/app/teams/service.go:37–37 ·
view source on GitHub ↗
(userID string)
Source
from the content-addressed store, hash-verified
35
// Users is a subset of UserService interface
36
type
Users
interface
{
37
GetUser(userID string) (*model.User, error)
38
}
39
40
// WebHub is used to publish events, the name should be given appropriately
Callers
15
InitBasic
Method · 0.65
TestAPIMetrics
Function · 0.65
TestLoginByIntune_BotAccountBlocked
Function · 0.65
TestLoginByIntune_AccountLocked
Function · 0.65
TestUpdateUser
Function · 0.65
TestCreateUser
Function · 0.65
TestUpdateActiveBotsSideEffect
Function · 0.65
TestUpdateUserEmail
Function · 0.65
getUserFromDB
Function · 0.65
TestPermanentDeleteUser
Function · 0.65
TestPromoteGuestToUser
Function · 0.65
TestDemoteUserToGuest
Function · 0.65
Implementers
11
apiRPCClient
server/public/plugin/client_rpc.go
apiRPCServer
server/public/plugin/client_rpc.go
apiTimerLayer
server/public/plugin/api_timer_layer_g
API
server/public/plugin/plugintest/api.go
Client4
server/public/model/client4.go
App
server/channels/app/app.go
PluginAPI
server/channels/app/plugin_api.go
UserService
server/channels/app/users/service.go
MockClient
server/cmd/mmctl/mocks/client_mock.go
MockClientMockRecorder
server/cmd/mmctl/mocks/client_mock.go
LdapInterface
server/einterfaces/mocks/LdapInterface
Calls
no outgoing calls
Tested by
15
InitBasic
Method · 0.52
TestAPIMetrics
Function · 0.52
TestLoginByIntune_BotAccountBlocked
Function · 0.52
TestLoginByIntune_AccountLocked
Function · 0.52
TestUpdateUser
Function · 0.52
TestCreateUser
Function · 0.52
TestUpdateActiveBotsSideEffect
Function · 0.52
TestUpdateUserEmail
Function · 0.52
getUserFromDB
Function · 0.52
TestPermanentDeleteUser
Function · 0.52
TestPromoteGuestToUser
Function · 0.52
TestDemoteUserToGuest
Function · 0.52