Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LevelDbDatabase ¶
type LevelDbDatabase struct {
// contains filtered or unexported fields
}
func NewLevelDb ¶
func NewLevelDb(path string) (*LevelDbDatabase, error)
func (*LevelDbDatabase) GetAll ¶
func (database *LevelDbDatabase) GetAll() ([][]byte, error)
func (*LevelDbDatabase) Init ¶
func (database *LevelDbDatabase) Init(path string) error
Click to show internal directories.
Click to hide internal directories.