Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Executor ¶
type Executor func(p *ExecutorParameter) error
type ExecutorParameter ¶
type ExecutorParameter struct { // Executor index, this always unique Index int // Name of the executor Name string // type of current executor Type string // whole configuration mapper Config maps.Mapper // generator data Data maps.Mapper // fs configuration VarConfig maps.Mapper // helper for logging message Logger *loggers.Logger }
Click to show internal directories.
Click to hide internal directories.