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 represents an error response
type OkResponse ¶
type OkResponse struct {
Response string `json:"message"`
}
OkResponse represents a successful response with a message
Click to show internal directories.
Click to hide internal directories.