Documentation ¶ Index ¶ type Callback type Executor func (e *Executor) Execute(script models.Script) models.ScriptResult func (e *Executor) String() string func (e *Executor) Type() models.ScriptType Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Callback ¶ type Callback func(script models.Script) models.ScriptResult type Executor ¶ type Executor struct { Fn Callback } func (*Executor) Execute ¶ func (e *Executor) Execute(script models.Script) models.ScriptResult func (*Executor) String ¶ func (e *Executor) String() string func (*Executor) Type ¶ func (e *Executor) Type() models.ScriptType Source Files ¶ View all Source files executor.go Click to show internal directories. Click to hide internal directories.