Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BadRequest ¶ added in v0.4.0
type BadRequest struct { // message Message string `json:"message,omitempty"` }
BadRequest bad request swagger:model BadRequest
func (BadRequest) Error ¶ added in v0.4.0
func (o BadRequest) Error() string
type GetBookInput ¶
type GetBookInput struct {
ID int64
}
GetBookInput holds the input parameters for a getBook operation.
func (GetBookInput) Validate ¶
func (i GetBookInput) Validate() error
Validate returns an error if any of the GetBookInput parameters don't satisfy the requirements from the swagger yml file.
type InternalError ¶ added in v0.4.0
type InternalError struct { // message Message string `json:"message,omitempty"` }
InternalError internal error swagger:model InternalError
func (InternalError) Error ¶ added in v0.4.0
func (o InternalError) Error() string
Click to show internal directories.
Click to hide internal directories.