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

Struct ApplicationAPI

api/application.go:29–32  ·  view source on GitHub ↗

The ApplicationAPI provides handlers for managing applications.

Source from the content-addressed store, hash-verified

27
28// The ApplicationAPI provides handlers for managing applications.
29type ApplicationAPI struct {
30 DB ApplicationDatabase
31 ImageDir string
32}
33
34// Application Params Model
35//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected