Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
ERROR string `json:"error"`
}
ErrorResponse response in case of error
type HealthResponse ¶
type HealthResponse struct {
MESSAGE string `json:"message"`
}
HealthResponse response to healthcheck
Click to show internal directories.
Click to hide internal directories.