# Functions
BasePlugins returns list of plugins to install by operator.
Must returns plugin from pointer and throws panic when error is set.
New creates plugin from string, for example "name-of-plugin:0.0.1".
NewPlugin creates plugin from name and version, for example "name-of-plugin:0.0.1".
VerifyDependencies checks if all plugins have compatible versions.
# Variables
DownloadURLPattern is the plugin download url regex pattern.
NamePattern is the plugin name regex pattern.