Versions in this module Expand all Collapse all v0 v0.0.3 Mar 29, 2025 Changes in this version + var ErrDTableNoConverterFoundForTableStandard = errors.New("no parser found for decision table standard") + type Converter struct + func CreateConverter() Converter + func (c Converter) Convert(decisionTable decisionTable.DecisionTable, s standard.Standard) (interface{}, error)