package
2.0.1+incompatible
Repository: https://github.com/practical-coder/hdc.git
Documentation: pkg.go.dev
# Functions
New creates a new backend API client.
NewCreateBackendAccepted creates a CreateBackendAccepted with default headers values.
NewCreateBackendBadRequest creates a CreateBackendBadRequest with default headers values.
NewCreateBackendConflict creates a CreateBackendConflict with default headers values.
NewCreateBackendCreated creates a CreateBackendCreated with default headers values.
NewCreateBackendDefault creates a CreateBackendDefault with default headers values.
NewCreateBackendParams creates a new CreateBackendParams object, with the default timeout for this client.
NewCreateBackendParamsWithContext creates a new CreateBackendParams object with the ability to set a context for a request.
NewCreateBackendParamsWithHTTPClient creates a new CreateBackendParams object with the ability to set a custom HTTPClient for a request.
NewCreateBackendParamsWithTimeout creates a new CreateBackendParams object with the ability to set a timeout on a request.
NewDeleteBackendAccepted creates a DeleteBackendAccepted with default headers values.
NewDeleteBackendDefault creates a DeleteBackendDefault with default headers values.
NewDeleteBackendNoContent creates a DeleteBackendNoContent with default headers values.
NewDeleteBackendNotFound creates a DeleteBackendNotFound with default headers values.
NewDeleteBackendParams creates a new DeleteBackendParams object, with the default timeout for this client.
NewDeleteBackendParamsWithContext creates a new DeleteBackendParams object with the ability to set a context for a request.
NewDeleteBackendParamsWithHTTPClient creates a new DeleteBackendParams object with the ability to set a custom HTTPClient for a request.
NewDeleteBackendParamsWithTimeout creates a new DeleteBackendParams object with the ability to set a timeout on a request.
NewGetBackendDefault creates a GetBackendDefault with default headers values.
NewGetBackendNotFound creates a GetBackendNotFound with default headers values.
NewGetBackendOK creates a GetBackendOK with default headers values.
NewGetBackendParams creates a new GetBackendParams object, with the default timeout for this client.
NewGetBackendParamsWithContext creates a new GetBackendParams object with the ability to set a context for a request.
NewGetBackendParamsWithHTTPClient creates a new GetBackendParams object with the ability to set a custom HTTPClient for a request.
NewGetBackendParamsWithTimeout creates a new GetBackendParams object with the ability to set a timeout on a request.
NewGetBackendsDefault creates a GetBackendsDefault with default headers values.
NewGetBackendsOK creates a GetBackendsOK with default headers values.
NewGetBackendsParams creates a new GetBackendsParams object, with the default timeout for this client.
NewGetBackendsParamsWithContext creates a new GetBackendsParams object with the ability to set a context for a request.
NewGetBackendsParamsWithHTTPClient creates a new GetBackendsParams object with the ability to set a custom HTTPClient for a request.
NewGetBackendsParamsWithTimeout creates a new GetBackendsParams object with the ability to set a timeout on a request.
NewReplaceBackendAccepted creates a ReplaceBackendAccepted with default headers values.
NewReplaceBackendBadRequest creates a ReplaceBackendBadRequest with default headers values.
NewReplaceBackendDefault creates a ReplaceBackendDefault with default headers values.
NewReplaceBackendNotFound creates a ReplaceBackendNotFound with default headers values.
NewReplaceBackendOK creates a ReplaceBackendOK with default headers values.
NewReplaceBackendParams creates a new ReplaceBackendParams object, with the default timeout for this client.
NewReplaceBackendParamsWithContext creates a new ReplaceBackendParams object with the ability to set a context for a request.
NewReplaceBackendParamsWithHTTPClient creates a new ReplaceBackendParams object with the ability to set a custom HTTPClient for a request.
NewReplaceBackendParamsWithTimeout creates a new ReplaceBackendParams object with the ability to set a timeout on a request.
# Structs
Client for backend API
*/.
CreateBackendAccepted describes a response with status code 202, with default header values.
CreateBackendBadRequest describes a response with status code 400, with default header values.
CreateBackendConflict describes a response with status code 409, with default header values.
CreateBackendCreated describes a response with status code 201, with default header values.
CreateBackendDefault describes a response with status code -1, with default header values.
CreateBackendParams contains all the parameters to send to the API endpoint
for the create backend operation.
CreateBackendReader is a Reader for the CreateBackend structure.
DeleteBackendAccepted describes a response with status code 202, with default header values.
DeleteBackendDefault describes a response with status code -1, with default header values.
DeleteBackendNoContent describes a response with status code 204, with default header values.
DeleteBackendNotFound describes a response with status code 404, with default header values.
DeleteBackendParams contains all the parameters to send to the API endpoint
for the delete backend operation.
DeleteBackendReader is a Reader for the DeleteBackend structure.
GetBackendDefault describes a response with status code -1, with default header values.
GetBackendNotFound describes a response with status code 404, with default header values.
GetBackendOK describes a response with status code 200, with default header values.
GetBackendOKBody get backend o k body
swagger:model GetBackendOKBody
*/.
GetBackendParams contains all the parameters to send to the API endpoint
for the get backend operation.
GetBackendReader is a Reader for the GetBackend structure.
GetBackendsDefault describes a response with status code -1, with default header values.
GetBackendsOK describes a response with status code 200, with default header values.
GetBackendsOKBody get backends o k body
swagger:model GetBackendsOKBody
*/.
GetBackendsParams contains all the parameters to send to the API endpoint
for the get backends operation.
GetBackendsReader is a Reader for the GetBackends structure.
ReplaceBackendAccepted describes a response with status code 202, with default header values.
ReplaceBackendBadRequest describes a response with status code 400, with default header values.
ReplaceBackendDefault describes a response with status code -1, with default header values.
ReplaceBackendNotFound describes a response with status code 404, with default header values.
ReplaceBackendOK describes a response with status code 200, with default header values.
ReplaceBackendParams contains all the parameters to send to the API endpoint
for the replace backend operation.
ReplaceBackendReader is a Reader for the ReplaceBackend structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.