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

Struct MessageAPI

api/message.go:38–41  ·  view source on GitHub ↗

The MessageAPI provides handlers for managing messages.

Source from the content-addressed store, hash-verified

36
37// The MessageAPI provides handlers for managing messages.
38type MessageAPI struct {
39 DB MessageDatabase
40 Notifier Notifier
41}
42
43type pagingParams struct {
44 Limit int `form:"limit" binding:"min=1,max=200"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected