Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Console ¶
type Console struct {
// contains filtered or unexported fields
}
Console notifier structure
type File ¶
type File struct {
// contains filtered or unexported fields
}
File structure for file notifier
type Notifier ¶
type Notifier interface { Run() Reload() }
Notifier generic interface for implementing a notifier
func NewConsole ¶
NewConsole creates a console notifier
func NewNotifier ¶
NewNotifier looks into Config to create a Console, File or Syslog notifier and pass it the session channel for consuming sessions structs sent by terminator
Click to show internal directories.
Click to hide internal directories.