Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileExists ¶
func InstallGrowlIcons ¶
func InstallGrowlIcons()
Types ¶
type GNTPNotifier ¶
func NewGNTPNotifier ¶
func NewGNTPNotifier(server string, appName string) *GNTPNotifier
func (*GNTPNotifier) NotifyFailed ¶
func (n *GNTPNotifier) NotifyFailed(title, subtitle string) error
func (*GNTPNotifier) NotifyFixed ¶
func (n *GNTPNotifier) NotifyFixed(title, subtitle string) error
func (*GNTPNotifier) NotifySucceeded ¶
func (n *GNTPNotifier) NotifySucceeded(title, subtitle string) error
type Notifier ¶
type Notifier interface {
NotifySucceeded(text, subtitle string) error
NotifyFailed(text, subtitle string) error
NotifyFixed(text, subtitle string) error
}
func NewOSXNotifier ¶
func NewOSXNotifier() Notifier
type TextNotifier ¶
type TextNotifier struct {
}
func NewTextNotifier ¶
func NewTextNotifier() *TextNotifier
func (*TextNotifier) NotifyFailed ¶
func (n *TextNotifier) NotifyFailed(title string, subtitle string) error
func (*TextNotifier) NotifyFixed ¶
func (n *TextNotifier) NotifyFixed(title string, subtitle string) error
func (*TextNotifier) NotifySucceeded ¶
func (n *TextNotifier) NotifySucceeded(title string, subtitle string) error
Click to show internal directories.
Click to hide internal directories.