Versions in this module Expand all Collapse all v0 v0.0.68 Apr 16, 2026 Changes in this version + var ErrValidation = errors.New("validation error") + func Validate(ctx context.Context, e api.Entry, vCfg *config.Validation, ...) (types.ValidationResults, *types.ValidationStats) + type ValidateProcessor struct + func NewValidateProcessor(parameters *ValidateProcessorParameters) *ValidateProcessor + func (p *ValidateProcessor) Run(taskpoolFactory pool.VirtualPoolFactory, e api.Entry) + type ValidateProcessorParameters struct + func NewValidateProcessorConfig(resultChan chan<- *types.ValidationResultEntry, stats *types.ValidationStats, ...) *ValidateProcessorParameters + type ValidationFunc func(ctx context.Context, e api.Entry, ...)