# 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.
# Constants
Delete is executed after the plugin is removed.
Install is executed after the plugin is added.
No description provided by the author
Update is executed after the plugin is updated.
# Structs
Downloaders represents the plugins capability if it can retrieve charts from special sources.
Metadata describes a plugin.
PlatformCommand represents a command for a particular operating system and architecture.
Plugin represents a plugin.
# Type aliases
Hooks is a map of events to commands.