Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("entity not found")
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { GetAll(ctx context.Context, prefix string) ([][]byte, error) Get(ctx context.Context, prefix string, key string) ([]byte, error) Put(ctx context.Context, prefix string, key string, value []byte) error Delete(ctx context.Context, prefix string, key string) error Close() error }
Click to show internal directories.
Click to hide internal directories.