Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthChecker ¶
type HealthChecker struct {
// contains filtered or unexported fields
}
func NewDummyHealthChecker ¶
func NewDummyHealthChecker(logger hclog.Logger) HealthChecker
func NewHealthChecker ¶
func NewHealthChecker(logger hclog.Logger, livenessFilePath string) HealthChecker
func (*HealthChecker) Cleanup ¶
func (s *HealthChecker) Cleanup()
func (*HealthChecker) MarkLiveness ¶
func (s *HealthChecker) MarkLiveness() error
func (*HealthChecker) RemoveLivenessMark ¶
func (s *HealthChecker) RemoveLivenessMark() error
Click to show internal directories.
Click to hide internal directories.