Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogIterator ¶
func LogIterator(iter Iterator)
Types ¶
type GeneratorIndex ¶
type Index ¶
type Index interface {
Name() string
Init(resource string, api iface.CoreAPI, db *badger.DB, path string)
Close()
Set(key []string, resource types.Resource, dataset []*rdf.Quad, store *styx.Store) error
Delete(key []string, resource types.Resource, dataset []*rdf.Quad, store *styx.Store) error
}
An Index is the interface for database indices
Click to show internal directories.
Click to hide internal directories.