fcm

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2025 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const CName = "push.provider.fcm"

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	CredentialsFile struct {
		IOS     string `yaml:"ios"`
		Android string `yaml:"android"`
	} `yaml:"credentialsFile"`
	DefaultMessage struct {
		Title    string `yaml:"title"`
		Body     string `yaml:"body"`
		ImageUrl string `yaml:"imageUrl"`
	} `yaml:"defaultMessage"`
}

type FCM

type FCM interface {
	app.Component
}

func New

func New() FCM

Jump to

Keyboard shortcuts

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