MCPcopy
hub / github.com/gotify/server / GetUserByID

Method GetUserByID

auth/authentication.go:23–23  ·  view source on GitHub ↗
(id uint)

Source from the content-addressed store, hash-verified

21 GetPluginConfByToken(token string) (*model.PluginConf, error)
22 GetUserByName(name string) (*model.User, error)
23 GetUserByID(id uint) (*model.User, error)
24 UpdateClientTokensLastUsed(tokens []string, t *time.Time) error
25 UpdateApplicationTokenLastUsed(token string, t *time.Time) error
26}

Callers 1

RequireAdminMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by

no test coverage detected