CloudControllerAPIVersion returns the version of the CloudController.
()
| 56 | |
| 57 | // CloudControllerAPIVersion returns the version of the CloudController. |
| 58 | func (info Root) CloudControllerAPIVersion() string { |
| 59 | return info.Links.CCV3.Meta.Version |
| 60 | } |
| 61 | |
| 62 | // LogCache returns the HREF of the Loggregator Traffic Controller. |
| 63 | func (info Root) LogCache() string { |