Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchPluginDownloadInfo ¶ added in v2.26.0
type BatchResolver ¶ added in v2.26.0
type BatchResolver interface {
// BatchResolvePlugins resolves a list of plugins and returns a single URL to download all plugins as tgz archive.
BatchResolvePlugins([]*plugin.Info) (*BatchPluginDownloadInfo, error)
}
type PluginDownloadInfo ¶
Click to show internal directories.
Click to hide internal directories.