Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { ListKeys(ctx context.Context, prefix string) ([]string, error) GetValue(ctx context.Context, key string) ([]byte, error) PutValue(ctx context.Context, key string, value []byte) error DeleteKey(ctx context.Context, key string) error Close() error }
func NewBitcaskStore ¶
Click to show internal directories.
Click to hide internal directories.