fcm

package
v0.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Send

func Send(accessToken string, projectId string, msg *Message) error

Types

type Message

type Message struct {
	MessageContent `json:"message"`
}

func NewMessage

func NewMessage(token string, opts ...MessageOption) *Message

type MessageContent

type MessageContent struct {
	Token        string                 `json:"token"`
	Notification *NotificationContent   `json:"notification,omitempty"`
	Data         map[string]interface{} `json:"data,omitempty"`
}

type MessageOption

type MessageOption func(*MessageContent)

func WithData

func WithData(data map[string]interface{}) MessageOption

func WithNotification

func WithNotification(title string, body string) MessageOption

type NotificationContent

type NotificationContent struct {
	Title string `json:"title"`
	Body  string `json:"body"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL