package
0.0.0-20230810035006-5a615651090c
Repository: https://github.com/go-openapi/kvstore.git
Documentation: pkg.go.dev
# Functions
New creates a new kv API client.
NewDeleteEntryDefault creates a DeleteEntryDefault with default headers values.
NewDeleteEntryNoContent creates a DeleteEntryNoContent with default headers values.
NewDeleteEntryParams creates a new DeleteEntryParams object with the default values initialized.
NewDeleteEntryParamsWithContext creates a new DeleteEntryParams object with the default values initialized, and the ability to set a context for a request.
NewDeleteEntryParamsWithHTTPClient creates a new DeleteEntryParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewDeleteEntryParamsWithTimeout creates a new DeleteEntryParams object with the default values initialized, and the ability to set a timeout on a request.
NewFindKeysDefault creates a FindKeysDefault with default headers values.
NewFindKeysOK creates a FindKeysOK with default headers values.
NewFindKeysParams creates a new FindKeysParams object with the default values initialized.
NewFindKeysParamsWithContext creates a new FindKeysParams object with the default values initialized, and the ability to set a context for a request.
NewFindKeysParamsWithHTTPClient creates a new FindKeysParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewFindKeysParamsWithTimeout creates a new FindKeysParams object with the default values initialized, and the ability to set a timeout on a request.
NewGetEntryDefault creates a GetEntryDefault with default headers values.
NewGetEntryNotFound creates a GetEntryNotFound with default headers values.
NewGetEntryNotModified creates a GetEntryNotModified with default headers values.
NewGetEntryOK creates a GetEntryOK with default headers values.
NewGetEntryParams creates a new GetEntryParams object with the default values initialized.
NewGetEntryParamsWithContext creates a new GetEntryParams object with the default values initialized, and the ability to set a context for a request.
NewGetEntryParamsWithHTTPClient creates a new GetEntryParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGetEntryParamsWithTimeout creates a new GetEntryParams object with the default values initialized, and the ability to set a timeout on a request.
NewPutEntryConflict creates a PutEntryConflict with default headers values.
NewPutEntryCreated creates a PutEntryCreated with default headers values.
NewPutEntryDefault creates a PutEntryDefault with default headers values.
NewPutEntryGone creates a PutEntryGone with default headers values.
NewPutEntryNoContent creates a PutEntryNoContent with default headers values.
NewPutEntryNotFound creates a PutEntryNotFound with default headers values.
NewPutEntryParams creates a new PutEntryParams object with the default values initialized.
NewPutEntryParamsWithContext creates a new PutEntryParams object with the default values initialized, and the ability to set a context for a request.
NewPutEntryParamsWithHTTPClient creates a new PutEntryParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewPutEntryParamsWithTimeout creates a new PutEntryParams object with the default values initialized, and the ability to set a timeout on a request.
# Structs
Client for kv API
*/.
DeleteEntryDefault handles this case with default header values.
DeleteEntryNoContent handles this case with default header values.
DeleteEntryParams contains all the parameters to send to the API endpoint
for the delete entry operation typically these are written to a http.Request
*/.
DeleteEntryReader is a Reader for the DeleteEntry structure.
FindKeysDefault handles this case with default header values.
FindKeysOK handles this case with default header values.
FindKeysParams contains all the parameters to send to the API endpoint
for the find keys operation typically these are written to a http.Request
*/.
FindKeysReader is a Reader for the FindKeys structure.
GetEntryDefault handles this case with default header values.
GetEntryNotFound handles this case with default header values.
GetEntryNotModified handles this case with default header values.
GetEntryOK handles this case with default header values.
GetEntryParams contains all the parameters to send to the API endpoint
for the get entry operation typically these are written to a http.Request
*/.
GetEntryReader is a Reader for the GetEntry structure.
PutEntryConflict handles this case with default header values.
PutEntryCreated handles this case with default header values.
PutEntryDefault handles this case with default header values.
PutEntryGone handles this case with default header values.
PutEntryNoContent handles this case with default header values.
PutEntryNotFound handles this case with default header values.
PutEntryParams contains all the parameters to send to the API endpoint
for the put entry operation typically these are written to a http.Request
*/.
PutEntryReader is a Reader for the PutEntry structure.