| 15 | } |
| 16 | |
| 17 | type Context struct { |
| 18 | Checksummer util.Sha1Checksum |
| 19 | FileDownloader downloader.Downloader |
| 20 | GetPluginRepos pluginReposFetcher |
| 21 | PluginRepo pluginrepo.PluginRepo |
| 22 | RepoName string |
| 23 | UI terminal.UI |
| 24 | } |
| 25 | |
| 26 | type pluginReposFetcher func() []models.PluginRepo |
| 27 |
no outgoing calls
no test coverage detected