Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { Stop chan struct{} // contains filtered or unexported fields }
Controller listens for events and writes them as gelf to graylog
func NewController ¶
func NewController(writer gelf.Writer, cluster string) *Controller
NewController instanciates a new class of Controller
Click to show internal directories.
Click to hide internal directories.