Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FCM ¶
type FCM struct { Config FCMConfig // contains filtered or unexported fields }
func (*FCM) GetProviderType ¶
func (p *FCM) GetProviderType() push.ProviderType
func (*FCM) SendMulticast ¶
func (p *FCM) SendMulticast(tokens []string, title, message string) []push.ProviderSendResponse
type Mock ¶
type Mock struct {
Type push.ProviderType
}
func NewMock ¶
func NewMock(providerType push.ProviderType) *Mock
func (*Mock) GetProviderType ¶
func (p *Mock) GetProviderType() push.ProviderType
func (*Mock) SendMulticast ¶
func (p *Mock) SendMulticast(tokens []string, title, message string) []push.ProviderSendResponse
Click to show internal directories.
Click to hide internal directories.