Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthChecker ¶
type HealthChecker interface {
Check(runner commandrunner.Runner, scriptPath string, timeout time.Duration) (bool, error)
}
func NewHealthChecker ¶
func NewHealthChecker(logger lager.Logger) HealthChecker
Click to show internal directories.
Click to hide internal directories.