//
pkg.gl
Category
github.com/mudphilo/chat
server
push
package
0.15.3-rc2
Repository:
https://github.com/mudphilo/chat.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
108 SLOC
#
Packages
fcm
No description provided by the author
stdout
No description provided by the author
#
Functions
Init
Init initializes registered handlers.
Push
Push a single message.
Register
Register a push handler.
Stop
Stop all pushes.
#
Structs
Payload
Payload is content of the push.
Receipt
Receipt is the push payload with a list of recipients.
Recipient
Recipient is a user targeted by the push.
#
Interfaces
Handler
Handler is an interface which must be implemented by handlers.