github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+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  }