Versions in this module Expand all Collapse all v0 v0.0.2 Dec 25, 2023 v0.0.1 Dec 25, 2023 Changes in this version + type LeveldbStorage struct + func NewStorage(path string, timeout int64) (*LeveldbStorage, error) + func (s *LeveldbStorage) Close() error + func (s *LeveldbStorage) Delete(key []byte) error + func (s *LeveldbStorage) Get(key []byte) ([]byte, bool) + func (s *LeveldbStorage) GetCount() int64 + func (s *LeveldbStorage) Has(key []byte) bool + func (s *LeveldbStorage) ReOpen() + func (s *LeveldbStorage) Set(key []byte, value []byte)