Documentation ¶
Index ¶
- type MyLevelDB
- func (L *MyLevelDB) Add(key string, value interface{}) bool
- func (L *MyLevelDB) AddList(array []Param) bool
- func (L *MyLevelDB) Close()
- func (L *MyLevelDB) Delete(key string) bool
- func (L *MyLevelDB) Find(values *[]Param, args ...string) (b bool)
- func (L *MyLevelDB) Get(key string, value interface{}) (b bool)
- func (L *MyLevelDB) Model(refs interface{}) *MyLevelDB
- func (L *MyLevelDB) OnDestoryDB()
- type Param
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyLevelDB ¶
type MyLevelDB struct { DB *leveldb.DB E error //op *opt.ReadOptions Value interface{} // contains filtered or unexported fields }
MyLevelDB ...
Click to show internal directories.
Click to hide internal directories.