package
2.0.1+incompatible
Repository: https://github.com/practical-coder/hdc.git
Documentation: pkg.go.dev
# Functions
New creates a new filter API client.
NewCreateFilterAccepted creates a CreateFilterAccepted with default headers values.
NewCreateFilterBadRequest creates a CreateFilterBadRequest with default headers values.
NewCreateFilterConflict creates a CreateFilterConflict with default headers values.
NewCreateFilterCreated creates a CreateFilterCreated with default headers values.
NewCreateFilterDefault creates a CreateFilterDefault with default headers values.
NewCreateFilterParams creates a new CreateFilterParams object, with the default timeout for this client.
NewCreateFilterParamsWithContext creates a new CreateFilterParams object with the ability to set a context for a request.
NewCreateFilterParamsWithHTTPClient creates a new CreateFilterParams object with the ability to set a custom HTTPClient for a request.
NewCreateFilterParamsWithTimeout creates a new CreateFilterParams object with the ability to set a timeout on a request.
NewDeleteFilterAccepted creates a DeleteFilterAccepted with default headers values.
NewDeleteFilterDefault creates a DeleteFilterDefault with default headers values.
NewDeleteFilterNoContent creates a DeleteFilterNoContent with default headers values.
NewDeleteFilterNotFound creates a DeleteFilterNotFound with default headers values.
NewDeleteFilterParams creates a new DeleteFilterParams object, with the default timeout for this client.
NewDeleteFilterParamsWithContext creates a new DeleteFilterParams object with the ability to set a context for a request.
NewDeleteFilterParamsWithHTTPClient creates a new DeleteFilterParams object with the ability to set a custom HTTPClient for a request.
NewDeleteFilterParamsWithTimeout creates a new DeleteFilterParams object with the ability to set a timeout on a request.
NewGetFilterDefault creates a GetFilterDefault with default headers values.
NewGetFilterNotFound creates a GetFilterNotFound with default headers values.
NewGetFilterOK creates a GetFilterOK with default headers values.
NewGetFilterParams creates a new GetFilterParams object, with the default timeout for this client.
NewGetFilterParamsWithContext creates a new GetFilterParams object with the ability to set a context for a request.
NewGetFilterParamsWithHTTPClient creates a new GetFilterParams object with the ability to set a custom HTTPClient for a request.
NewGetFilterParamsWithTimeout creates a new GetFilterParams object with the ability to set a timeout on a request.
NewGetFiltersDefault creates a GetFiltersDefault with default headers values.
NewGetFiltersOK creates a GetFiltersOK with default headers values.
NewGetFiltersParams creates a new GetFiltersParams object, with the default timeout for this client.
NewGetFiltersParamsWithContext creates a new GetFiltersParams object with the ability to set a context for a request.
NewGetFiltersParamsWithHTTPClient creates a new GetFiltersParams object with the ability to set a custom HTTPClient for a request.
NewGetFiltersParamsWithTimeout creates a new GetFiltersParams object with the ability to set a timeout on a request.
NewReplaceFilterAccepted creates a ReplaceFilterAccepted with default headers values.
NewReplaceFilterBadRequest creates a ReplaceFilterBadRequest with default headers values.
NewReplaceFilterDefault creates a ReplaceFilterDefault with default headers values.
NewReplaceFilterNotFound creates a ReplaceFilterNotFound with default headers values.
NewReplaceFilterOK creates a ReplaceFilterOK with default headers values.
NewReplaceFilterParams creates a new ReplaceFilterParams object, with the default timeout for this client.
NewReplaceFilterParamsWithContext creates a new ReplaceFilterParams object with the ability to set a context for a request.
NewReplaceFilterParamsWithHTTPClient creates a new ReplaceFilterParams object with the ability to set a custom HTTPClient for a request.
NewReplaceFilterParamsWithTimeout creates a new ReplaceFilterParams object with the ability to set a timeout on a request.
# Structs
Client for filter API
*/.
CreateFilterAccepted describes a response with status code 202, with default header values.
CreateFilterBadRequest describes a response with status code 400, with default header values.
CreateFilterConflict describes a response with status code 409, with default header values.
CreateFilterCreated describes a response with status code 201, with default header values.
CreateFilterDefault describes a response with status code -1, with default header values.
CreateFilterParams contains all the parameters to send to the API endpoint
for the create filter operation.
CreateFilterReader is a Reader for the CreateFilter structure.
DeleteFilterAccepted describes a response with status code 202, with default header values.
DeleteFilterDefault describes a response with status code -1, with default header values.
DeleteFilterNoContent describes a response with status code 204, with default header values.
DeleteFilterNotFound describes a response with status code 404, with default header values.
DeleteFilterParams contains all the parameters to send to the API endpoint
for the delete filter operation.
DeleteFilterReader is a Reader for the DeleteFilter structure.
GetFilterDefault describes a response with status code -1, with default header values.
GetFilterNotFound describes a response with status code 404, with default header values.
GetFilterOK describes a response with status code 200, with default header values.
GetFilterOKBody get filter o k body
swagger:model GetFilterOKBody
*/.
GetFilterParams contains all the parameters to send to the API endpoint
for the get filter operation.
GetFilterReader is a Reader for the GetFilter structure.
GetFiltersDefault describes a response with status code -1, with default header values.
GetFiltersOK describes a response with status code 200, with default header values.
GetFiltersOKBody get filters o k body
swagger:model GetFiltersOKBody
*/.
GetFiltersParams contains all the parameters to send to the API endpoint
for the get filters operation.
GetFiltersReader is a Reader for the GetFilters structure.
ReplaceFilterAccepted describes a response with status code 202, with default header values.
ReplaceFilterBadRequest describes a response with status code 400, with default header values.
ReplaceFilterDefault describes a response with status code -1, with default header values.
ReplaceFilterNotFound describes a response with status code 404, with default header values.
ReplaceFilterOK describes a response with status code 200, with default header values.
ReplaceFilterParams contains all the parameters to send to the API endpoint
for the replace filter operation.
ReplaceFilterReader is a Reader for the ReplaceFilter structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.