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

Method GetPluginConfByToken

plugin/manager.go:33–33  ·  view source on GitHub ↗
(token string)

Source from the content-addressed store, hash-verified

31 CreateMessage(message *model.Message) error
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

Callers

nothing calls this directly

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls

Tested by

no test coverage detected