Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FCM ¶
type FCM interface { Send(ctx context.Context, message *messaging.Message) (string, error) SendDryRun(ctx context.Context, message *messaging.Message) (string, error) SendEach(ctx context.Context, messages []*messaging.Message) (*messaging.BatchResponse, error) SendEachDryRun(ctx context.Context, messages []*messaging.Message) (*messaging.BatchResponse, error) SendEachForMulticast(ctx context.Context, message *messaging.MulticastMessage) (*messaging.BatchResponse, error) SendEachForMulticastDryRun(ctx context.Context, message *messaging.MulticastMessage) (*messaging.BatchResponse, error) SubscribeToTopic(ctx context.Context, tokens []string, topic string) (*messaging.TopicManagementResponse, error) UnsubscribeFromTopic(ctx context.Context, tokens []string, topic string) (*messaging.TopicManagementResponse, error) }
Click to show internal directories.
Click to hide internal directories.