Documentation
      ¶
    
    
  
    
  
    Index ¶
- type ULevelDB
 - func (l *ULevelDB) Close() error
 - func (l *ULevelDB) Delete(key string) error
 - func (l *ULevelDB) Get(key, value interface{}) error
 - func (l *ULevelDB) NewIterator(slice *util.Range, ro *opt.ReadOptions) iterator.Iterator
 - func (l *ULevelDB) Put(key string, value interface{}) error
 - func (l *ULevelDB) ReadAll(prefix string) (map[string]string, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ULevelDB ¶
ULevelDB level db store key-struct
func (*ULevelDB) NewIterator ¶
NewIterator /**
 Click to show internal directories. 
   Click to hide internal directories.