Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LeveldbStore ¶
type LeveldbStore struct {
// contains filtered or unexported fields
}
func NewLeveldbStore ¶
func NewLeveldbStore(path string, expireTime time.Duration) *LeveldbStore
func NewWithLeveldb ¶
func NewWithLeveldb(db *leveldb.DB, expireTime time.Duration) *LeveldbStore
func (*LeveldbStore) GCOnce ¶
func (l *LeveldbStore) GCOnce()
Click to show internal directories.
Click to hide internal directories.