Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LevelStore ¶
type LevelStore struct {
// contains filtered or unexported fields
}
LevelStore is the goleveldb storage
func NewLevelStore ¶
func NewLevelStore(path string) (*LevelStore, error)
NewLevelStore returns a new LevelStore
func (*LevelStore) Del ¶
func (l *LevelStore) Del(key string) error
Del implements the Del interface
Click to show internal directories.
Click to hide internal directories.