Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigDefault = Config{ Path: "db", WriteOptions: &pebble.WriteOptions{}, }
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Path string WriteOptions *pebble.WriteOptions }
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func (*Storage) Delete ¶
// Implement the logic to delete the value for the given key from the storage provider // Return no error if the key does not exist in the storage
Click to show internal directories.
Click to hide internal directories.