package
Version:
v0.5.3
Opens a new window with list of versions in this module.
Published: Dec 8, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Checker interface {
DoHealthCheck() (Health, error)
}
type Option interface {
}
const (
StatusUnknown Status = iota + 1
StatusUp
StatusDown
StatusOutOfService
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.