Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine interface {
Destroy(context.Context, *task.Task) error
Exec(context.Context, *task.Task) error
Logs(context.Context, *task.Task) (io.ReadCloser, error)
Name() string
Setup(context.Context, *task.Task) error
Wait(context.Context, *task.Task) (bool, error)
}
Engine defines a engine that can run tasks.
Click to show internal directories.
Click to hide internal directories.