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

Method CreateApplication

plugin/manager.go:35–35  ·  view source on GitHub ↗
(application *model.Application)

Source from the content-addressed store, hash-verified

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)
38 GetApplicationByToken(token string) (*model.Application, error)

Implementers 1

GormDatabasedatabase/database.go

Calls

no outgoing calls