package
4.0.0+incompatible
Repository: https://github.com/labring/lvscare.git
Documentation: pkg.go.dev
# Functions
New returns a new Interface which will os/exec to run commands.
# Variables
ErrExecutableNotFound is returned if the executable is not found.
# Structs
CodeExitError is an implementation of ExitError consisting of an error object and an exit code (the upper bits of os.exec.ExitStatus).
ExitErrorWrapper is an implementation of ExitError in terms of os/exec ExitError.