MCPcopy Create free account
hub / github.com/gotify/server / GetPluginConfByToken

Method GetPluginConfByToken

auth/authentication.go:21–21  ·  view source on GitHub ↗
(token string)

Source from the content-addressed store, hash-verified

19 GetApplicationByToken(token string) (*model.Application, error)
20 GetClientByToken(token string) (*model.Client, error)
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

Callers 3

pluginConfExistsMethod · 0.65
TestPluginConfMethod · 0.65
TestUserPluginsMethod · 0.65

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by 2

TestPluginConfMethod · 0.52
TestUserPluginsMethod · 0.52