commands

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: May 16, 2026 License: MPL-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildURL

func BuildURL(baseURL, path string, params url.Values) (string, error)

BuildURL joins a base URL, path, and query parameters.

Types

type Runner

type Runner struct {
	Registry *apis.Registry
	Client   *client.Client
}

Runner owns command execution dependencies.

func NewDefaultRunner

func NewDefaultRunner() *Runner

NewDefaultRunner creates a runner for production use.

func (*Runner) Run

func (r *Runner) Run(ctx context.Context, args []string, stdout, stderr io.Writer) int

Run executes a command and returns a process exit code.

Jump to

Keyboard shortcuts

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