MCPcopy
hub / github.com/mattermost/mattermost / UserService

Struct UserService

server/channels/app/users/service.go:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type UserService struct {
15 store store.UserStore
16 sessionStore store.SessionStore
17 oAuthStore store.OAuthStore
18 metrics einterfaces.MetricsInterface
19 cluster einterfaces.ClusterInterface
20 config func() *model.Config
21 license func() *model.License
22}
23
24// ServiceConfig is used to initialize the UserService.
25type ServiceConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected