package common
import "github.com/rootless-containers/rootlesskit/v2/pkg/common"
Index ¶
- func Execs(o io.Writer, env []string, cmds [][]string) error
- func GetExecExitStatus(err error) (int, bool)
- func Seq(fns []func() error) func() error
- type ErrorWithSys
Functions ¶
func Execs ¶
func GetExecExitStatus ¶
func Seq ¶
Types ¶
type ErrorWithSys ¶
type ErrorWithSys interface { error Sys() interface{} }
ErrorWithSys is implemented by *exec.ExitError and *child.reaperErr
Source Files ¶
- Version
- v2.3.4 (latest)
- Published
- Mar 10, 2025
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 3 weeks ago –
Tools for package owners.