Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadRequest ¶
type BadRequest struct {
Req interface{}
Message interface{} `json:"message"`
}
type PolicyResponse ¶
type PolicyResponse struct {
Message error `json:"message"`
}
type Response ¶
type Response struct {
Code int `json:"-"`
Data interface{} `json:"data,omitempty"`
Message interface{} `json:"message"`
}
type ValidationError ¶
type ValidationErrors ¶
type ValidationErrors []ValidationError
Click to show internal directories.
Click to hide internal directories.