package
Version:
v1.0.6
Opens a new window with list of versions in this module.
Published: Feb 7, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Options struct {
ID string `yaml:"id,omitempty"`
PushoverApiToken string `yaml:"pushover_api_token,omitempty"`
UserKey string `yaml:"pushover_user_key,omitempty"`
PushoverDevices []string `yaml:"pushover_devices,omitempty"`
PushoverFormat string `yaml:"pushover_format,omitempty"`
}
type Provider struct {
Pushover []*Options `yaml:"pushover,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.