Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Title string // required
Message string // message of notification
Type string // to manage notification on phone (vibrating, ignore, sound)
Action string // url which will be opened when user clicks on notification
ImageURL string // image like in youtube videos
}
Config is the struct for a notification config
Click to show internal directories.
Click to hide internal directories.