Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPErrorResponse ¶
type HTTPErrorResponse struct {
Errors interface{} `json:"errors"`
}
HTTPErrorResponse -
func ValidationResponse ¶
func ValidationResponse(data interface{}) HTTPErrorResponse
ValidationResponse -
type HTTPSuccessResponse ¶
type HTTPSuccessResponse struct {
Data interface{} `json:"data"`
}
HTTPSuccessResponse -
Click to show internal directories.
Click to hide internal directories.