github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+incompatible/command/shared_actor.go (about)

     1  package command
     2  
     3  //go:generate counterfeiter . SharedActor
     4  
     5  type SharedActor interface {
     6  	CheckTarget(targetedOrganizationRequired bool, targetedSpaceRequired bool) error
     7  }