(repositoryURL string)
| 6 | |
| 7 | type PluginClient interface { |
| 8 | GetPluginRepository(repositoryURL string) (plugin.PluginRepository, error) |
| 9 | DownloadPlugin(pluginURL string, path string, proxyReader plugin.ProxyReader) error |
| 10 | } |
no outgoing calls
no test coverage detected