package
2.27.7
Repository: https://github.com/cs3org/reva.git
Documentation: pkg.go.dev

# Functions

NewContext prepares a context to be used with the memory implementation.
NewMemStore creates a new MemStore instance.
NewMultiMemStore creates a new MultiMemStore.

# Structs

MemStore is a in-memory store implementation using radix tree for fast prefix and suffix searches.
MultiMemStore is a in-memory store implementation using multiple MemStore to provide support for multiple databases and tables.