package
0.0.0-20240813083928-fead75b3339b
Repository: https://github.com/carbonable-labs/indexer.git
Documentation: pkg.go.dev
# README
storage
Public interface in storage.go
Get(id []byte)
Has(id []byte)
Set(key []byte, value []byte)
Scan(prefix []byte)
Implementations for nats
, pebble
& scylladb
present in files with the same name.