Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatusResponse ¶
type StatusResponse struct {
Status string `json:"status"`
Version string `json:"version"`
Uptime string `json:"uptime"`
}
StatusResponse represents the response payload for the GET /api/status endpoint.
Click to show internal directories.
Click to hide internal directories.