Documentation ¶
Index ¶
- func Close(name string)
- func Create(name, path string) error
- type Level
- func (l *Level) Del(key []byte) error
- func (l *Level) DelList(keyList [][]byte) error
- func (l *Level) Find(key [][]byte) (list []Model, err error)
- func (l *Level) FindKey(key []byte) (list []Model, err error)
- func (l *Level) FindRange(start, end []byte) (list []Model, err error)
- func (l *Level) FindSeek(seek []byte) (list []Model, err error)
- func (l *Level) Get(key []byte) (obj Model, err error)
- func (l *Level) GetAll() (list []Model, err error)
- func (l *Level) Insert(obj Model) error
- func (l *Level) InsertList(list []Model) error
- type Model
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Level ¶
type Level struct {
// contains filtered or unexported fields
}
func (*Level) InsertList ¶
Click to show internal directories.
Click to hide internal directories.