package
0.2.0
Repository: https://github.com/kraken-hpc/imageapi.git
Documentation: pkg.go.dev

# Functions

New creates a new containers API client.
NewCreateContainerCreated creates a CreateContainerCreated with default headers values.
NewCreateContainerDefault creates a CreateContainerDefault with default headers values.
NewCreateContainerParams creates a new CreateContainerParams object, with the default timeout for this client.
NewCreateContainerParamsWithContext creates a new CreateContainerParams object with the ability to set a context for a request.
NewCreateContainerParamsWithHTTPClient creates a new CreateContainerParams object with the ability to set a custom HTTPClient for a request.
NewCreateContainerParamsWithTimeout creates a new CreateContainerParams object with the ability to set a timeout on a request.
NewDeleteContainerDefault creates a DeleteContainerDefault with default headers values.
NewDeleteContainerOK creates a DeleteContainerOK with default headers values.
NewDeleteContainerParams creates a new DeleteContainerParams object, with the default timeout for this client.
NewDeleteContainerParamsWithContext creates a new DeleteContainerParams object with the ability to set a context for a request.
NewDeleteContainerParamsWithHTTPClient creates a new DeleteContainerParams object with the ability to set a custom HTTPClient for a request.
NewDeleteContainerParamsWithTimeout creates a new DeleteContainerParams object with the ability to set a timeout on a request.
NewListContainersDefault creates a ListContainersDefault with default headers values.
NewListContainersOK creates a ListContainersOK with default headers values.
NewListContainersParams creates a new ListContainersParams object, with the default timeout for this client.
NewListContainersParamsWithContext creates a new ListContainersParams object with the ability to set a context for a request.
NewListContainersParamsWithHTTPClient creates a new ListContainersParams object with the ability to set a custom HTTPClient for a request.
NewListContainersParamsWithTimeout creates a new ListContainersParams object with the ability to set a timeout on a request.
NewSetContainerStateDefault creates a SetContainerStateDefault with default headers values.
NewSetContainerStateOK creates a SetContainerStateOK with default headers values.
NewSetContainerStateParams creates a new SetContainerStateParams object, with the default timeout for this client.
NewSetContainerStateParamsWithContext creates a new SetContainerStateParams object with the ability to set a context for a request.
NewSetContainerStateParamsWithHTTPClient creates a new SetContainerStateParams object with the ability to set a custom HTTPClient for a request.
NewSetContainerStateParamsWithTimeout creates a new SetContainerStateParams object with the ability to set a timeout on a request.

# Structs

Client for containers API */.
CreateContainerCreated describes a response with status code 201, with default header values.
CreateContainerDefault describes a response with status code -1, with default header values.
CreateContainerParams contains all the parameters to send to the API endpoint for the create container operation.
CreateContainerReader is a Reader for the CreateContainer structure.
DeleteContainerDefault describes a response with status code -1, with default header values.
DeleteContainerOK describes a response with status code 200, with default header values.
DeleteContainerParams contains all the parameters to send to the API endpoint for the delete container operation.
DeleteContainerReader is a Reader for the DeleteContainer structure.
ListContainersDefault describes a response with status code -1, with default header values.
ListContainersOK describes a response with status code 200, with default header values.
ListContainersParams contains all the parameters to send to the API endpoint for the list containers operation.
ListContainersReader is a Reader for the ListContainers structure.
SetContainerStateDefault describes a response with status code -1, with default header values.
SetContainerStateOK describes a response with status code 200, with default header values.
SetContainerStateParams contains all the parameters to send to the API endpoint for the set container state operation.
SetContainerStateReader is a Reader for the SetContainerState structure.

# Interfaces

ClientService is the interface for Client methods.

# Type aliases

ClientOption is the option for Client methods.