verify

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 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 Options

type Options struct {
	Command       string
	Dir           string
	Sandbox       bool
	SandboxBinary string
	// Stdin, when non-empty, is streamed to the command's standard input. The
	// terminal `submit` verb uses it to pipe the PR summary to the
	// operator-configured command through this one exec path (spec 08 R2) — no
	// second exec implementation.
	Stdin string
}

type Result

type Result struct {
	ExitCode int
	Stdout   string
	Stderr   string
}

func Run

func Run(ctx context.Context, opts Options) (Result, error)

Jump to

Keyboard shortcuts

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