# Functions
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.
SetupPluginEnv prepares os.Env for plugins.
# Structs
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.