Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct { Error bool `json:"error"` Message string `json:"message"` ValidationErrors []*ValidateErrorResponse `json:"validation,omitempty"` }
type Paginated ¶
type SuccessResponse ¶
type SuccessResponse struct {
Success bool `json:"success"`
}
type ValidateErrorResponse ¶
Click to show internal directories.
Click to hide internal directories.