package
0.6.2
Repository: https://github.com/zostay/ghost.git
Documentation: pkg.go.dev

# Functions

Get returns the registered configuration for the given keeper driver name.
List returns a list of all the registered keeper driver names.
NewValidationError creates a new validation error with the given errors.
Register registers a secret keeper plugin.
Type returns the type of the keeper driver for the given configuration.

# Variables

ErrConfig is returned when a keeper configuration does not match the expected type.

# Structs

CmdConfig is the configuration for the command-line interface for the configuration command.
RegisteredConfig is the configuration for a secret keeper plugin.
ValidationError is a collection of errors that occurred during validation.

# Type aliases

BuilderFunc is a factory function that should returned a constructed secret keeper object from the given configuration.
CmdFunc is a function that gets run via the command-line interface.
FlagsFunc is a function that gets run via the command-line interface.
ValidatorFunc is a function that should validate the given configuration and return an error if it is invalid.