Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogNotifier ¶
type LogNotifier struct {
// contains filtered or unexported fields
}
func (*LogNotifier) Error ¶
func (n *LogNotifier) Error(err error)
func (*LogNotifier) Info ¶
func (n *LogNotifier) Info(msg string)
type Notifier ¶
func NewLogNotifier ¶
func NewLogNotifier() Notifier
type TelegramNotifier ¶
type TelegramNotifier struct {
// contains filtered or unexported fields
}
func (*TelegramNotifier) Error ¶
func (n *TelegramNotifier) Error(err error)
func (*TelegramNotifier) Info ¶
func (n *TelegramNotifier) Info(msg string)
Click to show internal directories.
Click to hide internal directories.