Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor interface {
// run the given job and return a local folder
// that contains the results
RunJob(
deal dto.DealContainer,
module dto.Module,
) (*ExecutorResults, error)
}
type ExecutorResults ¶
Click to show internal directories.
Click to hide internal directories.