exec

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runner

type Runner interface {
	Compose(ctx context.Context, args ...string) error
	Runtime(ctx context.Context, args ...string) error
	RuntimeSilent(ctx context.Context, args ...string) ([]byte, error)
	RuntimeOutput(ctx context.Context, args ...string) ([]byte, error)
	ComposeOutput(ctx context.Context, args ...string) ([]byte, error)
}

Runner abstracts compose and runtime command execution.

func New

func New(cfg config.Config) Runner

New creates a Runner from the given config.

Jump to

Keyboard shortcuts

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