Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrHealthCheckType = errors.New("error health check type")
)
Functions ¶
This section is empty.
Types ¶
type HealthCheckMonitor ¶
type HealthCheckMonitor struct {
// contains filtered or unexported fields
}
func NewHealthCheckMonitor ¶
func (*HealthCheckMonitor) SetLogger ¶
func (monitor *HealthCheckMonitor) SetLogger(l log.Logger)
func (*HealthCheckMonitor) Start ¶
func (monitor *HealthCheckMonitor) Start()
func (*HealthCheckMonitor) Stop ¶
func (monitor *HealthCheckMonitor) Stop()
Click to show internal directories.
Click to hide internal directories.