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