Versions in this module Expand all Collapse all v0 v0.1.0 Jul 3, 2026 Changes in this version + type Compute interface + Submit func(ctx context.Context, job Job) (Run, error) + func FromKernel(k *togo.Kernel) Compute + type Job struct + Args map[string]string + Cmd []string + Env map[string]string + Name string + type Run struct + ID string + Output string + Status string