Documentation ¶
Index ¶
- type Blob
- type File
- type Read
- func (r *Read) Blob(field string, id uint64) []byte
- func (r *Read) Find(field string, key []byte) (uint64, bool)
- func (r *Read) FindBlob(field string, blob []byte) (uint64, bool)
- func (r *Read) Key(field string, id uint64) []byte
- func (r *Read) Keys(field string, id []uint64, f func(value []byte))
- func (r *Read) Release() error
- func (r *Read) Search(field string, a vellum.Automaton, start, end []byte, ...) error
- func (r *Read) SearchRe(field string, like string, start, end []byte, ...) error
- type String
- type Write
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Read ¶
type Read struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.