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