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.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
NewScyllaStorage creates a new instance of ScyllaStorage.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ScyllaStorage represents a storage handler for ScyllaDB.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author