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

Method GetUsers

plugin/manager.go:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24// The Database interface for encapsulating database access.
25type Database interface {
26 GetUsers() ([]*model.User, error)
27 GetPluginConfByUserAndPath(userid uint, path string) (*model.PluginConf, error)
28 CreatePluginConf(p *model.PluginConf) error
29 GetPluginConfByApplicationID(appid uint) (*model.PluginConf, error)

Callers 1

NewManagerFunction · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by

no test coverage detected