Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChanifyInstantNotify ¶
type ChanifyInstantNotify struct {
// contains filtered or unexported fields
}
func (*ChanifyInstantNotify) InstantNotify ¶
func (n *ChanifyInstantNotify) InstantNotify(title, message string)
type ConsoleNotifier ¶
type ConsoleNotifier struct { }
func (*ConsoleNotifier) InstantNotify ¶
func (n *ConsoleNotifier) InstantNotify(title, message string)
type InstantNotifier ¶
type InstantNotifier interface {
InstantNotify(title, message string)
}
func NewChanifyInstantNotify ¶
func NewChanifyInstantNotify(token string) InstantNotifier
func NewConsoleNotify ¶
func NewConsoleNotify() InstantNotifier
Click to show internal directories.
Click to hide internal directories.