Documentation ¶
Index ¶
Constants ¶
View Source
const NOOP_RESULTS_CID = "123"
View Source
const RESULTS_DIR = "noop-results"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopExecutor ¶
type NoopExecutor struct {
Options NoopExecutorOptions
}
func NewNoopExecutor ¶
func NewNoopExecutor(options NoopExecutorOptions) (*NoopExecutor, error)
func (*NoopExecutor) RunJob ¶
func (e *NoopExecutor) RunJob( deal dto.DealContainer, module dto.Module, ) (*executor.ExecutorResults, error)
type NoopExecutorOptions ¶
type NoopExecutorOptions struct { BadActor bool ResultsCID string Stdout string Stderr string ExitCode string InstructionCount int }
func NewNoopExecutorOptions ¶
func NewNoopExecutorOptions() NoopExecutorOptions
Click to show internal directories.
Click to hide internal directories.