github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+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 } 7 8 // UAAAPIVersion returns the UAA API version. 9 func (actor Actor) UAAAPIVersion() string { 10 return actor.UAAClient.APIVersion() 11 }