Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseHandler ¶
type BaseHandler struct {
ID string
}
func (*BaseHandler) DecodeMap ¶
func (b *BaseHandler) DecodeMap(input interface{}, output interface{}) error
func (*BaseHandler) GetID ¶
func (b *BaseHandler) GetID() string
type EngineFileHandler ¶
type EngineFlowObject ¶
type EngineFlowObject struct {
Pages int `json:"pages"`
Metadata map[string]interface{} `json:"metadata"`
}
func (*EngineFlowObject) EvaluateExpression ¶
func (e *EngineFlowObject) EvaluateExpression(input string) (string, error)
type Handler ¶
type Handler interface {
GetID() string
Name() string
Handle(info *EngineFlowObject, fileHandler EngineFileHandler) (*EngineFlowObject, error)
}
Click to show internal directories.
Click to hide internal directories.