Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractTarGz ¶
Types ¶
type Executor ¶
type Executor interface { Id() (string, error) IsAvailable() (bool, error) GetMachineSpecs() ([]data.MachineSpec, error) // run the given job and return a local folder // that contains the results RunJob( deal data.DealContainer, module data.Module, ) (*ExecutorResults, error) }
type ExecutorResults ¶
Click to show internal directories.
Click to hide internal directories.