package
Version:
v0.0.9-dev
Opens a new window with list of versions in this module.
Published: Feb 7, 2024
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
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.