Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRequestNotFound is returned when a request is not found ErrRequestNotFound = fmt.Errorf("key not found") )
Functions ¶
Types ¶
type Deleter ¶ added in v0.11.0
type Deleter interface { // Put stores the document. Delete(ctx context.Context, key string) error }
Deleter deletes documents.
Click to show internal directories.
Click to hide internal directories.