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

Struct redirectToChannel

plugin/messagehandler.go:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type redirectToChannel struct {
11 ApplicationID uint
12 UserID uint
13 Messages chan MessageWithUserID
14}
15
16// MessageWithUserID encapsulates a message with a given user ID.
17type MessageWithUserID struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected