Versions in this module Expand all Collapse all v1 v1.0.0 Aug 22, 2024 Changes in this version + type BaseHandler struct + ID string + func (b *BaseHandler) DecodeMap(input interface{}, output interface{}) error + func (b *BaseHandler) GetID() string + type EngineFileHandler interface + Close func() + Read func() (io.Reader, error) + Write func() (io.Writer, error) + type EngineFlowObject struct + Metadata map[string]interface{} + Pages int + func (e *EngineFlowObject) EvaluateExpression(input string) (string, error) + type Handler interface + GetID func() string + Handle func(info *EngineFlowObject, fileHandler EngineFileHandler) (*EngineFlowObject, error) + Name func() string + type PrintInfo struct + Filepath string + Pages int