Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = errors.New("not found") ErrIdxNotFound = errors.New("index not found") )
Functions ¶
This section is empty.
Types ¶
type Indexable ¶
type Indexable interface {
UniqueIndex
encoding.BinaryMarshaler
MasterIndexBucketKey() []byte
Indexes() []Index
}
type UniqueIndex ¶
Click to show internal directories.
Click to hide internal directories.