//
pkg.gl
Category
github.com/turnerlabs/cstore/v4
components
contract
package
4.1.0-alpha
Repository:
https://github.com/turnerlabs/cstore.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
5
Dependents
4
Files
203 SLOC
#
Variables
ErrSecretNotFound
ErrSecretNotFound is returned by the vault when the requested key cannot be found in the vault.
ErrStoreNotFound
ErrStoreNotFound is returned when the store is not implemented.
#
Structs
Attributes
Attributes ...
#
Interfaces
IStore
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
IVault ...