package
0.0.0-20230306131847-26f457599b8d
Repository: https://github.com/xiaoyawei/buf.git
Documentation: pkg.go.dev
# Functions
NewRunner returns a new Runner.
RunnerWithParallelism returns a new Runner that sets the number of external commands that can be run concurrently.
RunStdout is a convenience function that attaches the container environment, stdin, and stderr, and returns the stdout as a byte slice.
RunWithArgs returns a new RunOption that sets the arguments other than the name.
RunWithDir returns a new RunOption that sets the working directory.
RunWithEnv returns a new RunOption that sets the environment variables.
RunWithStderr returns a new RunOption that sets the stderr.
RunWithStdin returns a new RunOption that sets the stdin.
RunWithStdout returns a new RunOption that sets the stdout.
# Interfaces
Runner runs external commands.