Documentation ¶
Index ¶
- type Pushover
- func (p *Pushover) SendGlance(title string, text string, subText string, count int, percent int) (*po.Response, error)
- func (p *Pushover) SendGlanceCountOnly(count int) (*po.Response, error)
- func (p *Pushover) SendGlanceTextOnly(title string, text string, subText string) (*po.Response, error)
- func (p *Pushover) SendMessage(message string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pushover ¶
type Pushover struct { Name string `yaml:"name"` Enabled bool `yaml:"enabled"` AppToken string `yaml:"app_token"` UserToken string `yaml:"user_token"` DeviceName string `yaml:"device_name"` }
func (*Pushover) SendGlance ¶
func (*Pushover) SendGlanceCountOnly ¶
func (*Pushover) SendGlanceTextOnly ¶
func (*Pushover) SendMessage ¶
Click to show internal directories.
Click to hide internal directories.