Documentation
¶
Index ¶
- type Executor
- func (e *Executor) GetVolumeSize(ctx context.Context, volumes model.StorageSpec) (uint64, error)
- func (e *Executor) HasStorageLocally(ctx context.Context, volume model.StorageSpec) (bool, error)
- func (e *Executor) IsInstalled(ctx context.Context) (bool, error)
- func (e *Executor) RunShard(ctx context.Context, shard model.JobShard, jobResultsDir string) (*model.RunCommandResult, error)
- type LanguageSpec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
func NewExecutor ¶
func NewExecutor( ctx context.Context, cm *system.CleanupManager, executors executor.ExecutorProvider, ) (*Executor, error)
func (*Executor) GetVolumeSize ¶
func (*Executor) HasStorageLocally ¶
type LanguageSpec ¶
type LanguageSpec struct {
Language, Version string
}
Click to show internal directories.
Click to hide internal directories.