package
2.0.1+incompatible
Repository: https://github.com/practical-coder/hdc.git
Documentation: pkg.go.dev
# Functions
New creates a new cache API client.
NewCreateCacheAccepted creates a CreateCacheAccepted with default headers values.
NewCreateCacheBadRequest creates a CreateCacheBadRequest with default headers values.
NewCreateCacheConflict creates a CreateCacheConflict with default headers values.
NewCreateCacheCreated creates a CreateCacheCreated with default headers values.
NewCreateCacheDefault creates a CreateCacheDefault with default headers values.
NewCreateCacheParams creates a new CreateCacheParams object, with the default timeout for this client.
NewCreateCacheParamsWithContext creates a new CreateCacheParams object with the ability to set a context for a request.
NewCreateCacheParamsWithHTTPClient creates a new CreateCacheParams object with the ability to set a custom HTTPClient for a request.
NewCreateCacheParamsWithTimeout creates a new CreateCacheParams object with the ability to set a timeout on a request.
NewDeleteCacheAccepted creates a DeleteCacheAccepted with default headers values.
NewDeleteCacheDefault creates a DeleteCacheDefault with default headers values.
NewDeleteCacheNoContent creates a DeleteCacheNoContent with default headers values.
NewDeleteCacheNotFound creates a DeleteCacheNotFound with default headers values.
NewDeleteCacheParams creates a new DeleteCacheParams object, with the default timeout for this client.
NewDeleteCacheParamsWithContext creates a new DeleteCacheParams object with the ability to set a context for a request.
NewDeleteCacheParamsWithHTTPClient creates a new DeleteCacheParams object with the ability to set a custom HTTPClient for a request.
NewDeleteCacheParamsWithTimeout creates a new DeleteCacheParams object with the ability to set a timeout on a request.
NewGetCacheDefault creates a GetCacheDefault with default headers values.
NewGetCacheNotFound creates a GetCacheNotFound with default headers values.
NewGetCacheOK creates a GetCacheOK with default headers values.
NewGetCacheParams creates a new GetCacheParams object, with the default timeout for this client.
NewGetCacheParamsWithContext creates a new GetCacheParams object with the ability to set a context for a request.
NewGetCacheParamsWithHTTPClient creates a new GetCacheParams object with the ability to set a custom HTTPClient for a request.
NewGetCacheParamsWithTimeout creates a new GetCacheParams object with the ability to set a timeout on a request.
NewGetCachesDefault creates a GetCachesDefault with default headers values.
NewGetCachesOK creates a GetCachesOK with default headers values.
NewGetCachesParams creates a new GetCachesParams object, with the default timeout for this client.
NewGetCachesParamsWithContext creates a new GetCachesParams object with the ability to set a context for a request.
NewGetCachesParamsWithHTTPClient creates a new GetCachesParams object with the ability to set a custom HTTPClient for a request.
NewGetCachesParamsWithTimeout creates a new GetCachesParams object with the ability to set a timeout on a request.
NewReplaceCacheAccepted creates a ReplaceCacheAccepted with default headers values.
NewReplaceCacheBadRequest creates a ReplaceCacheBadRequest with default headers values.
NewReplaceCacheDefault creates a ReplaceCacheDefault with default headers values.
NewReplaceCacheNotFound creates a ReplaceCacheNotFound with default headers values.
NewReplaceCacheOK creates a ReplaceCacheOK with default headers values.
NewReplaceCacheParams creates a new ReplaceCacheParams object, with the default timeout for this client.
NewReplaceCacheParamsWithContext creates a new ReplaceCacheParams object with the ability to set a context for a request.
NewReplaceCacheParamsWithHTTPClient creates a new ReplaceCacheParams object with the ability to set a custom HTTPClient for a request.
NewReplaceCacheParamsWithTimeout creates a new ReplaceCacheParams object with the ability to set a timeout on a request.
# Structs
Client for cache API
*/.
CreateCacheAccepted describes a response with status code 202, with default header values.
CreateCacheBadRequest describes a response with status code 400, with default header values.
CreateCacheConflict describes a response with status code 409, with default header values.
CreateCacheCreated describes a response with status code 201, with default header values.
CreateCacheDefault describes a response with status code -1, with default header values.
CreateCacheParams contains all the parameters to send to the API endpoint
for the create cache operation.
CreateCacheReader is a Reader for the CreateCache structure.
DeleteCacheAccepted describes a response with status code 202, with default header values.
DeleteCacheDefault describes a response with status code -1, with default header values.
DeleteCacheNoContent describes a response with status code 204, with default header values.
DeleteCacheNotFound describes a response with status code 404, with default header values.
DeleteCacheParams contains all the parameters to send to the API endpoint
for the delete cache operation.
DeleteCacheReader is a Reader for the DeleteCache structure.
GetCacheDefault describes a response with status code -1, with default header values.
GetCacheNotFound describes a response with status code 404, with default header values.
GetCacheOK describes a response with status code 200, with default header values.
GetCacheOKBody get cache o k body
swagger:model GetCacheOKBody
*/.
GetCacheParams contains all the parameters to send to the API endpoint
for the get cache operation.
GetCacheReader is a Reader for the GetCache structure.
GetCachesDefault describes a response with status code -1, with default header values.
GetCachesOK describes a response with status code 200, with default header values.
GetCachesOKBody get caches o k body
swagger:model GetCachesOKBody
*/.
GetCachesParams contains all the parameters to send to the API endpoint
for the get caches operation.
GetCachesReader is a Reader for the GetCaches structure.
ReplaceCacheAccepted describes a response with status code 202, with default header values.
ReplaceCacheBadRequest describes a response with status code 400, with default header values.
ReplaceCacheDefault describes a response with status code -1, with default header values.
ReplaceCacheNotFound describes a response with status code 404, with default header values.
ReplaceCacheOK describes a response with status code 200, with default header values.
ReplaceCacheParams contains all the parameters to send to the API endpoint
for the replace cache operation.
ReplaceCacheReader is a Reader for the ReplaceCache structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.