Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetServiceStatus ¶
func GetServiceStatus()
GetServiceStatus reports service status.
swagger:route GET /status status GetServiceStatus
Service status.
Responses: 200: serviceStatusResponse
Types ¶
type ServiceStatusResponse ¶
type ServiceStatusResponse struct {
// Status
//
// in: body
Status string
}
ServiceStatusResponse is a response with a plain string body. The reporter saw the response emitted with no schema (description only).
swagger:response serviceStatusResponse
Click to show internal directories.
Click to hide internal directories.