github.com/elopio/cli@v6.21.2-0.20160902224010-ea909d1fdb2f+incompatible/actors/v2actions/actor.go (about)

     1  // Package v2actions contains the business logic for the commands/v2 package
     2  package v2actions
     3  
     4  type Actor struct{}
     5  
     6  func NewActor() Actor {
     7  	return Actor{}
     8  }