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

Struct Message

plugin/compat/instance.go:86–91  ·  view source on GitHub ↗

Message describes a message to be send by MessageHandler#SendMessage.

Source from the content-addressed store, hash-verified

84
85// Message describes a message to be send by MessageHandler#SendMessage.
86type Message struct {
87 Message string
88 Title string
89 Priority int
90 Extras map[string]interface{}
91}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected