MCPcopy
hub / github.com/cloudfoundry/cli / Context

Struct Context

cf/actors/plugininstaller/plugin_installer.go:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type 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
26type pluginReposFetcher func() []models.PluginRepo
27

Calls

no outgoing calls

Tested by

no test coverage detected