Versions in this module Expand all Collapse all v1 v1.0.0 Nov 7, 2021 Changes in this version + type FcmConf struct + Enable bool + Platform []string + ServerKey string + func (conf *FcmConf) NewPushServ() (PushServ, error) + type PushDI interface + NewPushServ func() PushServ + type PushServ interface + Push func(tokens []string, title, body string, data map[string]interface{}) (err error, errTokens []string)