Documentation
¶
Index ¶
- type LevelDB
- func (l *LevelDB) Begin() (*leveldb.Transaction, error)
- func (l *LevelDB) Close() error
- func (l *LevelDB) Delete(key []byte) error
- func (l *LevelDB) DeleteString(key string) error
- func (l *LevelDB) Get(key []byte) ([]byte, error)
- func (l *LevelDB) GetString(key string) (string, error)
- func (l *LevelDB) Put(key []byte, value []byte) error
- func (l *LevelDB) PutString(key string, value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LevelDB ¶
type LevelDB struct {
// contains filtered or unexported fields
}
func NewLevelDB ¶
func (*LevelDB) DeleteString ¶
Click to show internal directories.
Click to hide internal directories.