Documentation ¶
Index ¶
- func GetCurieKey(curie types.CURIE) []byte
- func SeekChanges(datasetID types.InternalDatasetID, since types.DatasetOffset) []byte
- func SeekDataset(datasetID types.InternalDatasetID) []byte
- func SeekEntity(intenalEntityID types.InternalID) []byte
- func SeekEntityChanges(datasetID types.InternalDatasetID, entityID types.InternalID) []byte
- type BadgerStore
- type LegacyNamespaceAccess
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurieKey ¶
func SeekChanges ¶
func SeekChanges(datasetID types.InternalDatasetID, since types.DatasetOffset) []byte
func SeekDataset ¶
func SeekDataset(datasetID types.InternalDatasetID) []byte
func SeekEntity ¶
func SeekEntity(intenalEntityID types.InternalID) []byte
func SeekEntityChanges ¶
func SeekEntityChanges(datasetID types.InternalDatasetID, entityID types.InternalID) []byte
Types ¶
type BadgerStore ¶
type BadgerStore interface { GetDB() *badger.DB LookupDatasetID(datasetName string) (types.InternalDatasetID, bool) LookupDatasetIDs(datasetNames []string) []types.InternalDatasetID LookupDatasetName(internalDatasetID types.InternalDatasetID) (string, bool) // need access ot in-memory mapping IsDatasetDeleted(datasetID types.InternalDatasetID) bool LegacyNamespaceAccess }
Click to show internal directories.
Click to hide internal directories.