Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PushoverSender ¶
type PushoverSender struct {
// contains filtered or unexported fields
}
PushoverSender provides a simple wrapper around the pushover api/lib
func NewPushoverSender ¶
func NewPushoverSender(key string) *PushoverSender
NewPushoverSender creates a new *PushoverSender using the provided api key.
type RetryableError ¶
type RetryableError struct {
Cause error
}
RetryableError indicates a temporary problem that may be resolved by retrying.
func (*RetryableError) Error ¶
func (e *RetryableError) Error() string
Click to show internal directories.
Click to hide internal directories.