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

Method GetUserByID

plugin/manager.go:34–34  ·  view source on GitHub ↗
(id uint)

Source from the content-addressed store, hash-verified

32 GetPluginConfByID(id uint) (*model.PluginConf, error)
33 GetPluginConfByToken(token string) (*model.PluginConf, error)
34 GetUserByID(id uint) (*model.User, error)
35 CreateApplication(application *model.Application) error
36 UpdateApplication(app *model.Application) error
37 GetApplicationsByUser(userID uint) ([]*model.Application, error)

Callers 2

AssertUserNotExistMethod · 0.95
AssertUserExistMethod · 0.95

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by

no test coverage detected