Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "unknown" //nolint:gochecknoglobals
Version is injected during the build.
Functions ¶
Types ¶
type ApplicationInfoOutput ¶
type DatabaseInfoOutput ¶
type GoInfoOutput ¶
type GoInfoOutput struct {
Version string `json:"version"`
}
type HealthOutput ¶
type InfoOutput ¶
type InfoOutput struct {
Application ApplicationInfoOutput `json:"application"`
Database DatabaseInfoOutput `json:"database"`
Go GoInfoOutput `json:"go"`
}
Click to show internal directories.
Click to hide internal directories.