package
0.3.3-beta1
Repository: https://github.com/datadog/cnab-go.git
Documentation: pkg.go.dev

# Functions

NewFileSystemStore creates a Store backed by a file system directory.
NewMongoDBStore creates a new storage engine that uses MongoDB The URL provided must point to a MongoDB server and database.

# Constants

MongoClaimsCollection is the name of the claims collection.

# Variables

ErrRecordDoesNotExist represents when file path is not found on file system.

# Interfaces

Store is a simplified interface to a key-blob store supporting CRUD operations.