Versions in this module Expand all Collapse all v3 v3.1.2 Jun 13, 2024 v3.1.0 Jun 11, 2024 Changes in this version + func BootstrapHandler(ctx context.Context, wg *sync.WaitGroup, _ startup.Timer, dic *di.Container) bool + type Executor struct + func NewExecutor(deviceName string, ae models.AutoEvent) (*Executor, errors.EdgeX) + func (e *Executor) Run(ctx context.Context, wg *sync.WaitGroup, buffer chan bool, dic *di.Container) + func (e *Executor) Stop()