package
0.8.10
Repository: https://github.com/fnproject/fn_go.git
Documentation: pkg.go.dev

# Functions

New creates a new apps API client.
NewCreateAppBadRequest creates a CreateAppBadRequest with default headers values.
NewCreateAppConflict creates a CreateAppConflict with default headers values.
NewCreateAppDefault creates a CreateAppDefault with default headers values.
NewCreateAppOK creates a CreateAppOK with default headers values.
NewCreateAppParams creates a new CreateAppParams object with the default values initialized.
NewCreateAppParamsWithContext creates a new CreateAppParams object with the default values initialized, and the ability to set a context for a request.
NewCreateAppParamsWithHTTPClient creates a new CreateAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewCreateAppParamsWithTimeout creates a new CreateAppParams object with the default values initialized, and the ability to set a timeout on a request.
NewDeleteAppDefault creates a DeleteAppDefault with default headers values.
NewDeleteAppNoContent creates a DeleteAppNoContent with default headers values.
NewDeleteAppNotFound creates a DeleteAppNotFound with default headers values.
NewDeleteAppParams creates a new DeleteAppParams object with the default values initialized.
NewDeleteAppParamsWithContext creates a new DeleteAppParams object with the default values initialized, and the ability to set a context for a request.
NewDeleteAppParamsWithHTTPClient creates a new DeleteAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewDeleteAppParamsWithTimeout creates a new DeleteAppParams object with the default values initialized, and the ability to set a timeout on a request.
NewGetAppDefault creates a GetAppDefault with default headers values.
NewGetAppNotFound creates a GetAppNotFound with default headers values.
NewGetAppOK creates a GetAppOK with default headers values.
NewGetAppParams creates a new GetAppParams object with the default values initialized.
NewGetAppParamsWithContext creates a new GetAppParams object with the default values initialized, and the ability to set a context for a request.
NewGetAppParamsWithHTTPClient creates a new GetAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGetAppParamsWithTimeout creates a new GetAppParams object with the default values initialized, and the ability to set a timeout on a request.
NewListAppsDefault creates a ListAppsDefault with default headers values.
NewListAppsOK creates a ListAppsOK with default headers values.
NewListAppsParams creates a new ListAppsParams object with the default values initialized.
NewListAppsParamsWithContext creates a new ListAppsParams object with the default values initialized, and the ability to set a context for a request.
NewListAppsParamsWithHTTPClient creates a new ListAppsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewListAppsParamsWithTimeout creates a new ListAppsParams object with the default values initialized, and the ability to set a timeout on a request.
NewUpdateAppBadRequest creates a UpdateAppBadRequest with default headers values.
NewUpdateAppDefault creates a UpdateAppDefault with default headers values.
NewUpdateAppNotFound creates a UpdateAppNotFound with default headers values.
NewUpdateAppOK creates a UpdateAppOK with default headers values.
NewUpdateAppParams creates a new UpdateAppParams object with the default values initialized.
NewUpdateAppParamsWithContext creates a new UpdateAppParams object with the default values initialized, and the ability to set a context for a request.
NewUpdateAppParamsWithHTTPClient creates a new UpdateAppParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewUpdateAppParamsWithTimeout creates a new UpdateAppParams object with the default values initialized, and the ability to set a timeout on a request.

# Structs

Client for apps API */.
CreateAppBadRequest handles this case with default header values.
CreateAppConflict handles this case with default header values.
CreateAppDefault handles this case with default header values.
CreateAppOK handles this case with default header values.
CreateAppParams contains all the parameters to send to the API endpoint for the create app operation typically these are written to a http.Request */.
CreateAppReader is a Reader for the CreateApp structure.
DeleteAppDefault handles this case with default header values.
DeleteAppNoContent handles this case with default header values.
DeleteAppNotFound handles this case with default header values.
DeleteAppParams contains all the parameters to send to the API endpoint for the delete app operation typically these are written to a http.Request */.
DeleteAppReader is a Reader for the DeleteApp structure.
GetAppDefault handles this case with default header values.
GetAppNotFound handles this case with default header values.
GetAppOK handles this case with default header values.
GetAppParams contains all the parameters to send to the API endpoint for the get app operation typically these are written to a http.Request */.
GetAppReader is a Reader for the GetApp structure.
ListAppsDefault handles this case with default header values.
ListAppsOK handles this case with default header values.
ListAppsParams contains all the parameters to send to the API endpoint for the list apps operation typically these are written to a http.Request */.
ListAppsReader is a Reader for the ListApps structure.
UpdateAppBadRequest handles this case with default header values.
UpdateAppDefault handles this case with default header values.
UpdateAppNotFound handles this case with default header values.
UpdateAppOK handles this case with default header values.
UpdateAppParams contains all the parameters to send to the API endpoint for the update app operation typically these are written to a http.Request */.
UpdateAppReader is a Reader for the UpdateApp structure.

# Interfaces

ClientService is the interface for Client methods.