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

Struct ClientAPI

api/client.go:22–26  ·  view source on GitHub ↗

The ClientAPI provides handlers for managing clients and applications.

Source from the content-addressed store, hash-verified

20
21// The ClientAPI provides handlers for managing clients and applications.
22type ClientAPI struct {
23 DB ClientDatabase
24 ImageDir string
25 NotifyDeleted func(uint, string)
26}
27
28// Client Params Model
29//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected