ecc

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExecCmd

type ExecCmd interface {
	Run() error
	SetDir(path string)
	SetStdout(writer io.Writer)
	SetStderr(writer io.Writer)
	SetStdin(reader io.Reader)
	GetDir() string
}

type ExecCmdCreator

type ExecCmdCreator interface {
	Command(name string, args ...string) ExecCmd
}

func NewExecCmdCreator

func NewExecCmdCreator() ExecCmdCreator

Jump to

Keyboard shortcuts

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