Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Err string `json:"Err"`
}
ErrorResponse represents an error response
type SuccessResponse ¶
type SuccessResponse struct {
Err string `json:"Err"`
}
SuccessResponse represents a successful response
Click to show internal directories.
Click to hide internal directories.