package
19.1.0-beta.20190304+incompatible
Repository: https://github.com/darinpp/cockroach.git
Documentation: pkg.go.dev
# Functions
EncryptionOptionsForStore takes a store directory and returns its ExtraOptions if a matching entry if found in the StoreEncryptionSpecList.
NewStoreEncryptionSpec parses the string passed in and returns a new StoreEncryptionSpec if parsing succeeds.
PopulateStoreSpecWithEncryption iterates through the StoreEncryptionSpecList and looks for matching paths in the StoreSpecList.
# Constants
1 week, give or take time changes.
Plain key files.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
EncryptionKeyFiles is used when plain key files are passed.
EncryptionOptions defines the per-store encryption options.
StoreEncryptionSpec contains the details that can be specified in the cli via the --enterprise-encryption flag.
StoreEncryptionSpecList contains a slice of StoreEncryptionSpecs that implements pflag's value interface.
# Type aliases
No description provided by the author