 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const CodecVersion = 0
    Variables ¶
      View Source
      
  
var Codec codec.Manager
    Functions ¶
This section is empty.
Types ¶
type LinkedDB ¶
type LinkedDB interface {
	database.KeyValueReaderWriterDeleter
	IsEmpty() (bool, error)
	HeadKey() ([]byte, error)
	Head() (key []byte, value []byte, err error)
	NewIterator() database.Iterator
	NewIteratorWithStart(start []byte) database.Iterator
}
    LinkedDB provides a key value interface while allowing iteration.
func NewDefault ¶
 Click to show internal directories. 
   Click to hide internal directories.