Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownLang = errors.New("unknown language")
View Source
var ErrWrongCodeFormat = errors.New("wrong code format")
Functions ¶
This section is empty.
Types ¶
type CelEngine ¶
type CelEngine struct {
// contains filtered or unexported fields
}
func NewCelEngine ¶
type JsEngine ¶
type JsEngine struct {
// contains filtered or unexported fields
}
func NewJsEngine ¶
func NewJsEngine() *JsEngine
type MultiEngine ¶
type MultiEngine struct {
Engines map[string]render.RenderEngine
Alias map[string]string
}
func NewMultiEngine ¶
func NewMultiEngine(engines map[string]render.RenderEngine, alias map[string]string) *MultiEngine
func (*MultiEngine) CalcValue ¶
func (engine *MultiEngine) CalcValue(formula *render.FlowFormula) (data [][]any, rows int, cols int, err error)
Click to show internal directories.
Click to hide internal directories.