Documentation ¶ Index ¶ func New(name string, engine parser.Engine, model *config.Model, ...) *processor func Null(errs ...error) *nullProcessor type Processor func CreateProcessor(item *config.Item, refMap config.RefMap, logger logger.Logger) Processor Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(name string, engine parser.Engine, model *config.Model, notifier notifier.Notifier, notifierCfg *config.NotifierConfig) *processor func Null ¶ func Null(errs ...error) *nullProcessor Types ¶ type Processor ¶ type Processor interface { Process(input builder.Interfacable) (*parser.ParseResult, error) } func CreateProcessor ¶ func CreateProcessor(item *config.Item, refMap config.RefMap, logger logger.Logger) Processor Source Files ¶ View all Source files processor.go Click to show internal directories. Click to hide internal directories.