Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheckResponse ¶
type HealthCheckResponse struct { ApplicationVersion string `json:"applicationVersion"` Application struct { Goroutines int `json:"goroutines"` HeapAlloc string `json:"heapAlloc"` } `json:"application"` }
HealthCheckResponse is the struct that contains the application's health info
Click to show internal directories.
Click to hide internal directories.