github.com/dcarley/cf-cli@v6.24.1-0.20170220111324-4225ff346898+incompatible/actor/v3action/version.go (about) 1 package v3action 2 3 // CloudControllerAPIVersion returns back the Cloud Controller API version. 4 func (actor Actor) CloudControllerAPIVersion() string { 5 return actor.CloudControllerClient.CloudControllerAPIVersion() 6 }