Versions in this module Expand all Collapse all v1 v1.2.0 Sep 23, 2020 v1.1.2 Sep 18, 2020 v1.1.1 Sep 18, 2020 Changes in this version + type LevelDBStore struct + func NewStore(path string) (*LevelDBStore, error) + func (s *LevelDBStore) Close() error + func (s *LevelDBStore) Delete(key string) + func (s *LevelDBStore) Get(key string) []byte + func (s *LevelDBStore) Set(key string, value []byte)