Versions in this module Expand all Collapse all v0 v0.1.0 Aug 11, 2026 Changes in this version + var JavaScript = Lang + var Langs = []Lang + var PowerShell = Lang + var Python = Lang + func Handler(store *state.Store, lookup ProcessLookup, exec Exec) job.OutputHandler + type CmdExec struct + Bin string + Lang Lang + Timeout time.Duration + func New(l Lang) *CmdExec + func (e *CmdExec) Check() error + func (e *CmdExec) Run(ctx context.Context, source string, input map[string]any) (any, error) + type Exec interface + Run func(ctx context.Context, source string, input map[string]any) (any, error) + type Lang struct + Args func(bootstrap string) []string + Bin string + JobType int32 + Name string + Wrap string + func LangByName(name string) (Lang, bool) + type ProcessLookup func(defKey uint64) *compiler.CompiledProcess