Documentation ¶
Index ¶
Constants ¶
View Source
const RESULTS_DIR = "bacalhau-results"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BacalhauExecutor ¶
type BacalhauExecutor struct { Options BacalhauExecutorOptions // contains filtered or unexported fields }
func NewBacalhauExecutor ¶
func NewBacalhauExecutor(options BacalhauExecutorOptions) (*BacalhauExecutor, error)
func (*BacalhauExecutor) RunJob ¶
func (executor *BacalhauExecutor) RunJob( deal dto.DealContainer, module dto.Module, ) (*executorlib.ExecutorResults, error)
type BacalhauExecutorOptions ¶
type BacalhauExecutorOptions struct {
ApiHost string
}
Click to show internal directories.
Click to hide internal directories.