Documentation
¶
Index ¶
- Constants
- func CreateFcmSender(body string, doneC chan bool, to time.Duration) (connector.Sender, error)
- func New(router router.Router, sender connector.Sender, config Config) (connector.ResponsiveConnector, error)
- func NewSender(apiKey string) *sender
- func NewSenderWithMock(gcmSender gcm.Sender) *sender
- type Config
- type FCMSender
Constants ¶
View Source
const ( SuccessFCMResponse = `` /* 208-byte string literal not displayed */ ErrorFCMResponse = `` /* 277-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func CreateFcmSender ¶
Types ¶
Source Files
¶
- fcm.go
- fcm_metrics.go
- fcm_sender.go
- json_error.go
- logger.go
- testutil.go
Click to show internal directories.
Click to hide internal directories.