package
0.0.11
Repository: https://github.com/grailbio/base.git
Documentation: pkg.go.dev

# Packages

Package file implements a file-based keycrypt.
No description provided by the author
Package kms implements a Keycrypt using AWS's KMS service and S3.

# Functions

Get data from a keycrypt URL.
Retrieve the content from a secret and unmarshal it into a value.
Lookup retrieves a secret based on a URL, in the standard form: scheme://host/path.
No description provided by the author
Put writes data to a keycrypt URL.
Marshal a value and write it into a secret.
Register associates a Resolver with a scheme.
RegisterFunc associates a Resolver (given by a func) with a scheme.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Interfaces

Interface Keycrypt represents a secure secret storage.
No description provided by the author
Secret represents a single object.