package
2.0.1+incompatible
Repository: https://github.com/practical-coder/hdc.git
Documentation: pkg.go.dev
# Functions
New creates a new bind API client.
NewCreateBindAccepted creates a CreateBindAccepted with default headers values.
NewCreateBindBadRequest creates a CreateBindBadRequest with default headers values.
NewCreateBindConflict creates a CreateBindConflict with default headers values.
NewCreateBindCreated creates a CreateBindCreated with default headers values.
NewCreateBindDefault creates a CreateBindDefault with default headers values.
NewCreateBindParams creates a new CreateBindParams object, with the default timeout for this client.
NewCreateBindParamsWithContext creates a new CreateBindParams object with the ability to set a context for a request.
NewCreateBindParamsWithHTTPClient creates a new CreateBindParams object with the ability to set a custom HTTPClient for a request.
NewCreateBindParamsWithTimeout creates a new CreateBindParams object with the ability to set a timeout on a request.
NewDeleteBindAccepted creates a DeleteBindAccepted with default headers values.
NewDeleteBindDefault creates a DeleteBindDefault with default headers values.
NewDeleteBindNoContent creates a DeleteBindNoContent with default headers values.
NewDeleteBindNotFound creates a DeleteBindNotFound with default headers values.
NewDeleteBindParams creates a new DeleteBindParams object, with the default timeout for this client.
NewDeleteBindParamsWithContext creates a new DeleteBindParams object with the ability to set a context for a request.
NewDeleteBindParamsWithHTTPClient creates a new DeleteBindParams object with the ability to set a custom HTTPClient for a request.
NewDeleteBindParamsWithTimeout creates a new DeleteBindParams object with the ability to set a timeout on a request.
NewGetBindDefault creates a GetBindDefault with default headers values.
NewGetBindNotFound creates a GetBindNotFound with default headers values.
NewGetBindOK creates a GetBindOK with default headers values.
NewGetBindParams creates a new GetBindParams object, with the default timeout for this client.
NewGetBindParamsWithContext creates a new GetBindParams object with the ability to set a context for a request.
NewGetBindParamsWithHTTPClient creates a new GetBindParams object with the ability to set a custom HTTPClient for a request.
NewGetBindParamsWithTimeout creates a new GetBindParams object with the ability to set a timeout on a request.
NewGetBindsDefault creates a GetBindsDefault with default headers values.
NewGetBindsOK creates a GetBindsOK with default headers values.
NewGetBindsParams creates a new GetBindsParams object, with the default timeout for this client.
NewGetBindsParamsWithContext creates a new GetBindsParams object with the ability to set a context for a request.
NewGetBindsParamsWithHTTPClient creates a new GetBindsParams object with the ability to set a custom HTTPClient for a request.
NewGetBindsParamsWithTimeout creates a new GetBindsParams object with the ability to set a timeout on a request.
NewReplaceBindAccepted creates a ReplaceBindAccepted with default headers values.
NewReplaceBindBadRequest creates a ReplaceBindBadRequest with default headers values.
NewReplaceBindDefault creates a ReplaceBindDefault with default headers values.
NewReplaceBindNotFound creates a ReplaceBindNotFound with default headers values.
NewReplaceBindOK creates a ReplaceBindOK with default headers values.
NewReplaceBindParams creates a new ReplaceBindParams object, with the default timeout for this client.
NewReplaceBindParamsWithContext creates a new ReplaceBindParams object with the ability to set a context for a request.
NewReplaceBindParamsWithHTTPClient creates a new ReplaceBindParams object with the ability to set a custom HTTPClient for a request.
NewReplaceBindParamsWithTimeout creates a new ReplaceBindParams object with the ability to set a timeout on a request.
# Structs
Client for bind API
*/.
CreateBindAccepted describes a response with status code 202, with default header values.
CreateBindBadRequest describes a response with status code 400, with default header values.
CreateBindConflict describes a response with status code 409, with default header values.
CreateBindCreated describes a response with status code 201, with default header values.
CreateBindDefault describes a response with status code -1, with default header values.
CreateBindParams contains all the parameters to send to the API endpoint
for the create bind operation.
CreateBindReader is a Reader for the CreateBind structure.
DeleteBindAccepted describes a response with status code 202, with default header values.
DeleteBindDefault describes a response with status code -1, with default header values.
DeleteBindNoContent describes a response with status code 204, with default header values.
DeleteBindNotFound describes a response with status code 404, with default header values.
DeleteBindParams contains all the parameters to send to the API endpoint
for the delete bind operation.
DeleteBindReader is a Reader for the DeleteBind structure.
GetBindDefault describes a response with status code -1, with default header values.
GetBindNotFound describes a response with status code 404, with default header values.
GetBindOK describes a response with status code 200, with default header values.
GetBindOKBody get bind o k body
swagger:model GetBindOKBody
*/.
GetBindParams contains all the parameters to send to the API endpoint
for the get bind operation.
GetBindReader is a Reader for the GetBind structure.
GetBindsDefault describes a response with status code -1, with default header values.
GetBindsOK describes a response with status code 200, with default header values.
GetBindsOKBody get binds o k body
swagger:model GetBindsOKBody
*/.
GetBindsParams contains all the parameters to send to the API endpoint
for the get binds operation.
GetBindsReader is a Reader for the GetBinds structure.
ReplaceBindAccepted describes a response with status code 202, with default header values.
ReplaceBindBadRequest describes a response with status code 400, with default header values.
ReplaceBindDefault describes a response with status code -1, with default header values.
ReplaceBindNotFound describes a response with status code 404, with default header values.
ReplaceBindOK describes a response with status code 200, with default header values.
ReplaceBindParams contains all the parameters to send to the API endpoint
for the replace bind operation.
ReplaceBindReader is a Reader for the ReplaceBind structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.