github.com/cloudfoundry-attic/cli-with-i18n@v6.32.1-0.20171002233121-7401370d3b85+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  }