# Functions
New creates a new fns API client.
NewCreateFnBadRequest creates a CreateFnBadRequest with default headers values.
NewCreateFnConflict creates a CreateFnConflict with default headers values.
NewCreateFnDefault creates a CreateFnDefault with default headers values.
NewCreateFnNotFound creates a CreateFnNotFound with default headers values.
NewCreateFnOK creates a CreateFnOK with default headers values.
NewCreateFnParams creates a new CreateFnParams object with the default values initialized.
NewCreateFnParamsWithContext creates a new CreateFnParams object with the default values initialized, and the ability to set a context for a request.
NewCreateFnParamsWithHTTPClient creates a new CreateFnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewCreateFnParamsWithTimeout creates a new CreateFnParams object with the default values initialized, and the ability to set a timeout on a request.
NewDeleteFnDefault creates a DeleteFnDefault with default headers values.
NewDeleteFnNoContent creates a DeleteFnNoContent with default headers values.
NewDeleteFnNotFound creates a DeleteFnNotFound with default headers values.
NewDeleteFnParams creates a new DeleteFnParams object with the default values initialized.
NewDeleteFnParamsWithContext creates a new DeleteFnParams object with the default values initialized, and the ability to set a context for a request.
NewDeleteFnParamsWithHTTPClient creates a new DeleteFnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewDeleteFnParamsWithTimeout creates a new DeleteFnParams object with the default values initialized, and the ability to set a timeout on a request.
NewGetFnDefault creates a GetFnDefault with default headers values.
NewGetFnNotFound creates a GetFnNotFound with default headers values.
NewGetFnOK creates a GetFnOK with default headers values.
NewGetFnParams creates a new GetFnParams object with the default values initialized.
NewGetFnParamsWithContext creates a new GetFnParams object with the default values initialized, and the ability to set a context for a request.
NewGetFnParamsWithHTTPClient creates a new GetFnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGetFnParamsWithTimeout creates a new GetFnParams object with the default values initialized, and the ability to set a timeout on a request.
NewListFnsDefault creates a ListFnsDefault with default headers values.
NewListFnsOK creates a ListFnsOK with default headers values.
NewListFnsParams creates a new ListFnsParams object with the default values initialized.
NewListFnsParamsWithContext creates a new ListFnsParams object with the default values initialized, and the ability to set a context for a request.
NewListFnsParamsWithHTTPClient creates a new ListFnsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewListFnsParamsWithTimeout creates a new ListFnsParams object with the default values initialized, and the ability to set a timeout on a request.
NewUpdateFnBadRequest creates a UpdateFnBadRequest with default headers values.
NewUpdateFnDefault creates a UpdateFnDefault with default headers values.
NewUpdateFnNotFound creates a UpdateFnNotFound with default headers values.
NewUpdateFnOK creates a UpdateFnOK with default headers values.
NewUpdateFnParams creates a new UpdateFnParams object with the default values initialized.
NewUpdateFnParamsWithContext creates a new UpdateFnParams object with the default values initialized, and the ability to set a context for a request.
NewUpdateFnParamsWithHTTPClient creates a new UpdateFnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewUpdateFnParamsWithTimeout creates a new UpdateFnParams object with the default values initialized, and the ability to set a timeout on a request.
# Structs
Client for fns API
*/.
CreateFnBadRequest handles this case with default header values.
CreateFnConflict handles this case with default header values.
CreateFnDefault handles this case with default header values.
CreateFnNotFound handles this case with default header values.
CreateFnOK handles this case with default header values.
CreateFnParams contains all the parameters to send to the API endpoint
for the create fn operation typically these are written to a http.Request
*/.
CreateFnReader is a Reader for the CreateFn structure.
DeleteFnDefault handles this case with default header values.
DeleteFnNoContent handles this case with default header values.
DeleteFnNotFound handles this case with default header values.
DeleteFnParams contains all the parameters to send to the API endpoint
for the delete fn operation typically these are written to a http.Request
*/.
DeleteFnReader is a Reader for the DeleteFn structure.
GetFnDefault handles this case with default header values.
GetFnNotFound handles this case with default header values.
GetFnOK handles this case with default header values.
GetFnParams contains all the parameters to send to the API endpoint
for the get fn operation typically these are written to a http.Request
*/.
GetFnReader is a Reader for the GetFn structure.
ListFnsDefault handles this case with default header values.
ListFnsOK handles this case with default header values.
ListFnsParams contains all the parameters to send to the API endpoint
for the list fns operation typically these are written to a http.Request
*/.
ListFnsReader is a Reader for the ListFns structure.
UpdateFnBadRequest handles this case with default header values.
UpdateFnDefault handles this case with default header values.
UpdateFnNotFound handles this case with default header values.
UpdateFnOK handles this case with default header values.
UpdateFnParams contains all the parameters to send to the API endpoint
for the update fn operation typically these are written to a http.Request
*/.
UpdateFnReader is a Reader for the UpdateFn structure.
# Interfaces
ClientService is the interface for Client methods.