SetPluginVersion sets the plugin version for use in User-Agent
(version string)
| 20 | |
| 21 | // SetPluginVersion sets the plugin version for use in User-Agent |
| 22 | func SetPluginVersion(version string) { |
| 23 | pluginVersion = version |
| 24 | } |
| 25 | |
| 26 | // SetCfCliVersion sets the cf CLI version for use in User-Agent |
| 27 | func SetCfCliVersion(version string) { |
no outgoing calls
no test coverage detected