package
Version:
v0.3.19
Opens a new window with list of versions in this module.
Published: Oct 22, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Alert struct {
Title string `json:"title"`
Subtitle string `json:"subtitle"`
Body string `json:"body"`
}
type Notification struct {
Alert Alert `json:"alert"`
Badge int `json:"badge"`
Sound string `json:"sound"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.