# Functions
Lookup returns the bundle plugin registered with the manager.
New returns a new Plugin with the given config.
NewConfigBuilder returns a new ConfigBuilder to build and parse the bundle config.
ParseBundlesConfig validates the config and injects default values for the defined `bundles`.
ParseConfig validates the config and injects default values.
# Constants
Name identifies the plugin on manager.
# Structs
Config represents the configuration of the plugin.
ConfigBuilder assists in the construction of the plugin configuration.
Plugin implements bundle activation.
Source is a configured bundle source to download bundles from.
Status represents the status of processing a bundle.
# Interfaces
Loader defines the interface that the bundle plugin uses to control bundle loading via HTTP, disk, etc.
# Type aliases
Errors represents a list of errors that occurred during a bundle load enriched by the bundle name.