Versions in this module Expand all Collapse all v0 v0.1.0 Aug 3, 2024 Changes in this version + func Inject[T target.Portal_](deps Deps[T]) target.Dispatch + type Deps interface + Processes func() *sig.Map[string, T] + TargetFind func() target.Find[T] + TargetRun func() target.Run[T] + WaitGroup func() *sync.WaitGroup + type Runner struct + func NewRunner[T target.Portal_](wait *sync.WaitGroup, processes *sig.Map[string, T], find target.Find[T], ...) *Runner[T] + func (r *Runner[T]) Run(ctx context.Context, src string, args ...string) (err error)