(configv3.Plugin)
| 7 | // Config is a way of getting basic CF configuration |
| 8 | type Config interface { |
| 9 | AddPlugin(configv3.Plugin) |
| 10 | AddPluginRepository(repoName string, repoURL string) |
| 11 | BinaryVersion() string |
| 12 | GetPlugin(pluginName string) (configv3.Plugin, bool) |
no outgoing calls
no test coverage detected