Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginDownloader ¶
type PluginDownloader interface { // DownloadPluginAndUnzip downloads the ZIP archive from the given URL, unzips it, and returns the plugin and its SHA DownloadPluginAndUnzip(url string) ([]byte, string, error) }
func NewPluginDownloader ¶
func NewPluginDownloader() PluginDownloader
NewPluginDownloader returns a new PluginDownloader
Click to show internal directories.
Click to hide internal directories.