github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+incompatible/actor/v2action/version.go (about) 1 package v2action 2 3 // CloudControllerAPIVersion returns the Cloud Controller API version. 4 func (actor Actor) CloudControllerAPIVersion() string { 5 return actor.CloudControllerClient.APIVersion() 6 }