Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
type Check struct {
Can bool `json:"can"`
RemainingDepth int `json:"remaining_depth"`
Decisions interface{} `json:"decisions"`
}
Check -
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.