Documentation ¶
Overview ¶
Package actuator provide the health check endpoint for web application
Package controller provide the controller for health check
Index ¶
Constants ¶
View Source
const (
// Profile is the profile of actuator, it should be as same as the package name
Profile = "actuator"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Health ¶
type Health struct {
Status string `json:"status"`
}
Health is the health check struct
type HealthService ¶ added in v0.10.2
HealthService is the interface for health check
type Properties ¶
type Properties struct { }
Click to show internal directories.
Click to hide internal directories.