Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentParams ¶
type Runner ¶
type Runner interface {
Name() string
Execute(stop <-chan struct{}, running chan<- struct{}) ServiceExitCode
}
type ServiceExitCode ¶ added in v0.9.0
type ServiceExitCode int
const ( GenericError ServiceExitCode = 1 ConfigError ServiceExitCode = 2 LogFileError ServiceExitCode = 3 )
Click to show internal directories.
Click to hide internal directories.