github.com/willmadison/cli@v6.40.1-0.20181018160101-29d5937903ff+incompatible/actor/v2v3action/version.go (about)

     1  package v2v3action
     2  
     3  // CloudControllerV3APIVersion returns back the V3 Cloud Controller API version.
     4  func (actor Actor) CloudControllerV3APIVersion() string {
     5  	return actor.V3Actor.CloudControllerAPIVersion()
     6  }