Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentHealthConfig ¶
type ComponentHealthConfig struct { IncludePermanent bool `mapstructure:"include_permanent_errors"` IncludeRecoverable bool `mapstructure:"include_recoverable_errors"` RecoveryDuration time.Duration `mapstructure:"recovery_duration"` }
func (ComponentHealthConfig) Enabled ¶
func (c ComponentHealthConfig) Enabled() bool
Click to show internal directories.
Click to hide internal directories.