package
Version:
v5.6.2+incompatible
Opens a new window with list of versions in this module.
Published: Sep 18, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type HealthRequest struct {
Status string `json:"status"`
Output Output `json:"output"`
}
type Output struct {
OverallStatus string `json:"overall_status"`
Timechecks Timecheck `json:"timechecks"`
}
type Timecheck struct {
RoundStatus string `json:"round_status"`
Epoch int64 `json:"epoch"`
Round int64 `json:"round"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.