Versions in this module Expand all Collapse all v1 v1.14.2 Feb 25, 2025 Changes in this version + type Processor struct + func NewProcessor(configurationPath string, platformConfigurationPath string) (*Processor, error) + func (p *Processor) GetStatus() status.Status + func (p *Processor) GetTriggers() []trigger.Trigger + func (p *Processor) GetWorkers() []*worker.Worker + func (p *Processor) Start() error + func (p *Processor) Stop()