# Packages
No description provided by the author
# Functions
Builtins fetches all built-in plugins.
FindPlugins returns a list of YAML files that describe plugins.
LoadAll loads all plugins found beneath the base directory.
LoadDir loads a plugin from the given directory.
# Variables
ErrDoesNotExist indicates that a plugin does not exist.
ErrExists indicates that a plugin already exists.
ErrHomeMissing indicates that the directory expected to contain plugins does not exist.
ErrMissingMetadata indicates that plugin.yaml is missing.
ErrMissingSource indicates that information about the source of the plugin was not found.
ErrRepoDirty indicates that the plugin repo was modified.
ErrVersionDoesNotExist indicates that the request version does not exist.
# Structs
Builtin contains metadata to the built-in plugins.
Downloaders represents the plugins capability if it can retrieve charts from special sources.
Metadata describes a plugin.
Plugin represents a plugin.
# Type aliases
Hooks is a map of events to commands.