package
3.8.3-alpha+incompatible
Repository: https://github.com/turnerlabs/cstore.git
Documentation: pkg.go.dev

# Variables

ErrSecretNotFound is returned by the vault when the requested key cannot be found in the vault.
ErrStoreNotFound is returned when the store is not implemented.

# Structs

Attributes ...

# Interfaces

IStore is a persistence abstraction facilitating the implementation of different file storage solutions capable of saving, retrieving, and deleting the contents of a file using a unique file key.
IVault ...