# Functions
New creates a new pet API client.
NewPetCreateCreated creates a PetCreateCreated with default headers values.
NewPetCreateMethodNotAllowed creates a PetCreateMethodNotAllowed with default headers values.
NewPetCreateParams creates a new PetCreateParams object with the default values initialized.
NewPetCreateParamsWithContext creates a new PetCreateParams object with the default values initialized, and the ability to set a context for a request.
NewPetCreateParamsWithHTTPClient creates a new PetCreateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewPetCreateParamsWithTimeout creates a new PetCreateParams object with the default values initialized, and the ability to set a timeout on a request.
NewPetDeleteBadRequest creates a PetDeleteBadRequest with default headers values.
NewPetDeleteNoContent creates a PetDeleteNoContent with default headers values.
NewPetDeleteNotFound creates a PetDeleteNotFound with default headers values.
NewPetDeleteParams creates a new PetDeleteParams object with the default values initialized.
NewPetDeleteParamsWithContext creates a new PetDeleteParams object with the default values initialized, and the ability to set a context for a request.
NewPetDeleteParamsWithHTTPClient creates a new PetDeleteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewPetDeleteParamsWithTimeout creates a new PetDeleteParams object with the default values initialized, and the ability to set a timeout on a request.
NewPetGetBadRequest creates a PetGetBadRequest with default headers values.
NewPetGetNotFound creates a PetGetNotFound with default headers values.
NewPetGetOK creates a PetGetOK with default headers values.
NewPetGetParams creates a new PetGetParams object with the default values initialized.
NewPetGetParamsWithContext creates a new PetGetParams object with the default values initialized, and the ability to set a context for a request.
NewPetGetParamsWithHTTPClient creates a new PetGetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewPetGetParamsWithTimeout creates a new PetGetParams object with the default values initialized, and the ability to set a timeout on a request.
NewPetListBadRequest creates a PetListBadRequest with default headers values.
NewPetListOK creates a PetListOK with default headers values.
NewPetListParams creates a new PetListParams object with the default values initialized.
NewPetListParamsWithContext creates a new PetListParams object with the default values initialized, and the ability to set a context for a request.
NewPetListParamsWithHTTPClient creates a new PetListParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewPetListParamsWithTimeout creates a new PetListParams object with the default values initialized, and the ability to set a timeout on a request.
NewPetUpdateBadRequest creates a PetUpdateBadRequest with default headers values.
NewPetUpdateCreated creates a PetUpdateCreated with default headers values.
NewPetUpdateMethodNotAllowed creates a PetUpdateMethodNotAllowed with default headers values.
NewPetUpdateNotFound creates a PetUpdateNotFound with default headers values.
NewPetUpdateParams creates a new PetUpdateParams object with the default values initialized.
NewPetUpdateParamsWithContext creates a new PetUpdateParams object with the default values initialized, and the ability to set a context for a request.
NewPetUpdateParamsWithHTTPClient creates a new PetUpdateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewPetUpdateParamsWithTimeout creates a new PetUpdateParams object with the default values initialized, and the ability to set a timeout on a request.
NewPetUploadImageOK creates a PetUploadImageOK with default headers values.
NewPetUploadImageParams creates a new PetUploadImageParams object with the default values initialized.
NewPetUploadImageParamsWithContext creates a new PetUploadImageParams object with the default values initialized, and the ability to set a context for a request.
NewPetUploadImageParamsWithHTTPClient creates a new PetUploadImageParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewPetUploadImageParamsWithTimeout creates a new PetUploadImageParams object with the default values initialized, and the ability to set a timeout on a request.
# Structs
Client for pet API
*/.
PetCreateCreated handles this case with default header values.
PetCreateMethodNotAllowed handles this case with default header values.
PetCreateParams contains all the parameters to send to the API endpoint
for the pet create operation typically these are written to a http.Request
*/.
PetCreateReader is a Reader for the PetCreate structure.
PetDeleteBadRequest handles this case with default header values.
PetDeleteNoContent handles this case with default header values.
PetDeleteNotFound handles this case with default header values.
PetDeleteParams contains all the parameters to send to the API endpoint
for the pet delete operation typically these are written to a http.Request
*/.
PetDeleteReader is a Reader for the PetDelete structure.
PetGetBadRequest handles this case with default header values.
PetGetNotFound handles this case with default header values.
PetGetOK handles this case with default header values.
PetGetParams contains all the parameters to send to the API endpoint
for the pet get operation typically these are written to a http.Request
*/.
PetGetReader is a Reader for the PetGet structure.
PetListBadRequest handles this case with default header values.
PetListOK handles this case with default header values.
PetListParams contains all the parameters to send to the API endpoint
for the pet list operation typically these are written to a http.Request
*/.
PetListReader is a Reader for the PetList structure.
PetUpdateBadRequest handles this case with default header values.
PetUpdateCreated handles this case with default header values.
PetUpdateMethodNotAllowed handles this case with default header values.
PetUpdateNotFound handles this case with default header values.
PetUpdateParams contains all the parameters to send to the API endpoint
for the pet update operation typically these are written to a http.Request
*/.
PetUpdateReader is a Reader for the PetUpdate structure.
PetUploadImageOK handles this case with default header values.
PetUploadImageParams contains all the parameters to send to the API endpoint
for the pet upload image operation typically these are written to a http.Request
*/.
PetUploadImageReader is a Reader for the PetUploadImage structure.
# Interfaces
API is the interface of the pet client.