Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MaxAttempts int = 3
Functions ¶
This section is empty.
Types ¶
type LogSupervisor ¶
type LogSupervisor interface {
Supervisor
log.Hook
}
func Launch ¶
func Launch(broker wire.EventBroker, monUrl string) (LogSupervisor, error)
type Supervisor ¶
type Supervisor interface {
wire.EventCollector
Reconnect() error
Stop() error
}
Click to show internal directories.
Click to hide internal directories.