github.com/jenspinney/cli@v6.42.1-0.20190207184520-7450c600020e+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 }