Documentation ¶
Index ¶
- Variables
- type Envs
- type RunOption
- type Runner
- func (r *Runner) Cleanup() error
- func (r *Runner) Delete(name string) error
- func (r *Runner) Exists(name string) (bool, error)
- func (r *Runner) List() ([]string, error)
- func (r *Runner) Logs(name string) (string, error)
- func (r *Runner) Run(opt *RunOption) error
- func (r *Runner) Wait(name string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotExists = errors.New("kjobrunner: not exists")
)
Errors
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.