package
2.0.1+incompatible
Repository: https://github.com/practical-coder/hdc.git
Documentation: pkg.go.dev

# Functions

New creates a new process manager API client.
NewCreateProgramAccepted creates a CreateProgramAccepted with default headers values.
NewCreateProgramBadRequest creates a CreateProgramBadRequest with default headers values.
NewCreateProgramConflict creates a CreateProgramConflict with default headers values.
NewCreateProgramCreated creates a CreateProgramCreated with default headers values.
NewCreateProgramDefault creates a CreateProgramDefault with default headers values.
NewCreateProgramParams creates a new CreateProgramParams object, with the default timeout for this client.
NewCreateProgramParamsWithContext creates a new CreateProgramParams object with the ability to set a context for a request.
NewCreateProgramParamsWithHTTPClient creates a new CreateProgramParams object with the ability to set a custom HTTPClient for a request.
NewCreateProgramParamsWithTimeout creates a new CreateProgramParams object with the ability to set a timeout on a request.
NewDeleteProgramAccepted creates a DeleteProgramAccepted with default headers values.
NewDeleteProgramDefault creates a DeleteProgramDefault with default headers values.
NewDeleteProgramNoContent creates a DeleteProgramNoContent with default headers values.
NewDeleteProgramNotFound creates a DeleteProgramNotFound with default headers values.
NewDeleteProgramParams creates a new DeleteProgramParams object, with the default timeout for this client.
NewDeleteProgramParamsWithContext creates a new DeleteProgramParams object with the ability to set a context for a request.
NewDeleteProgramParamsWithHTTPClient creates a new DeleteProgramParams object with the ability to set a custom HTTPClient for a request.
NewDeleteProgramParamsWithTimeout creates a new DeleteProgramParams object with the ability to set a timeout on a request.
NewGetProgramDefault creates a GetProgramDefault with default headers values.
NewGetProgramNotFound creates a GetProgramNotFound with default headers values.
NewGetProgramOK creates a GetProgramOK with default headers values.
NewGetProgramParams creates a new GetProgramParams object, with the default timeout for this client.
NewGetProgramParamsWithContext creates a new GetProgramParams object with the ability to set a context for a request.
NewGetProgramParamsWithHTTPClient creates a new GetProgramParams object with the ability to set a custom HTTPClient for a request.
NewGetProgramParamsWithTimeout creates a new GetProgramParams object with the ability to set a timeout on a request.
NewGetProgramsDefault creates a GetProgramsDefault with default headers values.
NewGetProgramsOK creates a GetProgramsOK with default headers values.
NewGetProgramsParams creates a new GetProgramsParams object, with the default timeout for this client.
NewGetProgramsParamsWithContext creates a new GetProgramsParams object with the ability to set a context for a request.
NewGetProgramsParamsWithHTTPClient creates a new GetProgramsParams object with the ability to set a custom HTTPClient for a request.
NewGetProgramsParamsWithTimeout creates a new GetProgramsParams object with the ability to set a timeout on a request.
NewReplaceProgramAccepted creates a ReplaceProgramAccepted with default headers values.
NewReplaceProgramBadRequest creates a ReplaceProgramBadRequest with default headers values.
NewReplaceProgramDefault creates a ReplaceProgramDefault with default headers values.
NewReplaceProgramNotFound creates a ReplaceProgramNotFound with default headers values.
NewReplaceProgramOK creates a ReplaceProgramOK with default headers values.
NewReplaceProgramParams creates a new ReplaceProgramParams object, with the default timeout for this client.
NewReplaceProgramParamsWithContext creates a new ReplaceProgramParams object with the ability to set a context for a request.
NewReplaceProgramParamsWithHTTPClient creates a new ReplaceProgramParams object with the ability to set a custom HTTPClient for a request.
NewReplaceProgramParamsWithTimeout creates a new ReplaceProgramParams object with the ability to set a timeout on a request.

# Structs

Client for process manager API */.
CreateProgramAccepted describes a response with status code 202, with default header values.
CreateProgramBadRequest describes a response with status code 400, with default header values.
CreateProgramConflict describes a response with status code 409, with default header values.
CreateProgramCreated describes a response with status code 201, with default header values.
CreateProgramDefault describes a response with status code -1, with default header values.
CreateProgramParams contains all the parameters to send to the API endpoint for the create program operation.
CreateProgramReader is a Reader for the CreateProgram structure.
DeleteProgramAccepted describes a response with status code 202, with default header values.
DeleteProgramDefault describes a response with status code -1, with default header values.
DeleteProgramNoContent describes a response with status code 204, with default header values.
DeleteProgramNotFound describes a response with status code 404, with default header values.
DeleteProgramParams contains all the parameters to send to the API endpoint for the delete program operation.
DeleteProgramReader is a Reader for the DeleteProgram structure.
GetProgramDefault describes a response with status code -1, with default header values.
GetProgramNotFound describes a response with status code 404, with default header values.
GetProgramOK describes a response with status code 200, with default header values.
GetProgramOKBody get program o k body swagger:model GetProgramOKBody */.
GetProgramParams contains all the parameters to send to the API endpoint for the get program operation.
GetProgramReader is a Reader for the GetProgram structure.
GetProgramsDefault describes a response with status code -1, with default header values.
GetProgramsOK describes a response with status code 200, with default header values.
GetProgramsOKBody get programs o k body swagger:model GetProgramsOKBody */.
GetProgramsParams contains all the parameters to send to the API endpoint for the get programs operation.
GetProgramsReader is a Reader for the GetPrograms structure.
ReplaceProgramAccepted describes a response with status code 202, with default header values.
ReplaceProgramBadRequest describes a response with status code 400, with default header values.
ReplaceProgramDefault describes a response with status code -1, with default header values.
ReplaceProgramNotFound describes a response with status code 404, with default header values.
ReplaceProgramOK describes a response with status code 200, with default header values.
ReplaceProgramParams contains all the parameters to send to the API endpoint for the replace program operation.
ReplaceProgramReader is a Reader for the ReplaceProgram structure.

# Interfaces

ClientService is the interface for Client methods.

# Type aliases

ClientOption is the option for Client methods.