exec

package
v1.14.2 Latest Latest
Warning

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

Go to latest
Published: May 8, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetExecutor

func SetExecutor(e ExecInterface)

Types

type ExecInterface

type ExecInterface interface {
	// CommandContext runs command
	CommandContext(ctx context.Context, cmd string) (string, error)
}

ExecInterface is an interface of os/exec API.

func GetExecutor

func GetExecutor() ExecInterface

type Executor

type Executor struct{}

func (*Executor) CommandContext

func (e *Executor) CommandContext(ctx context.Context, cmd string) (string, error)

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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