Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FailsafeCheck ¶ added in v0.0.2
FailsafeCheck implements the failsafe mode circuit breaker that will trip automatically if enough critical failures are detected. Once tripped, the circuit breaker must be reset by a human operator.
Types ¶
type LeaderCandidate ¶ added in v0.0.2
type LeaderCandidate struct {
// contains filtered or unexported fields
}
LeaderCandidate runs the leader election.
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner is the main runner struct.
Click to show internal directories.
Click to hide internal directories.