runtime

package
v0.5.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecRunner

type ExecRunner struct{}

ExecRunner implements Runner using os/exec.

func NewExecRunner

func NewExecRunner() *ExecRunner

func (*ExecRunner) Run

func (r *ExecRunner) Run(ctx context.Context, name string, args []string, stdio Stdio) error

type Runner

type Runner interface {
	Run(ctx context.Context, name string, args []string, stdio Stdio) error
}

Runner runs external commands.

type Stdio

type Stdio struct {
	In  any // io.Reader, but kept as any to avoid import cycles in call sites
	Out any // io.Writer
	Err any // io.Writer
}

Stdio provides standard IO wiring for processes.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL