Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahmetb/go-dexec
/ types & classes
Types & classes
8 in github.com/ahmetb/go-dexec
⨍
Functions
86
◇
Types & classes
8
Struct
Cmd
Cmd represents an external command being prepared or run. A Cmd cannot be reused after calling its Run, Output or CombinedOutput methods.
cmd.go:28
Struct
CmdTestSuite
cmd_test.go:36
Struct
Docker
Docker contains connection to Docker API. Use github.com/fsouza/go-dockerclient to initialize *docker.Client.
cmd.go:12
Interface
Execution
Execution determines how the command is going to be executed. Currently the only method is ByCreatingContainer.
execution.go:13
Struct
ExitError
ExitError reports an unsuccessful exit by a command.
exiterror.go:6
Interface
cmd
cmd ensures interface compatibility between os/exec.Cmd and dexec.Cmd.
type_test.go:12
Struct
createContainer
execution.go:22
Struct
emptyReader
cmd.go:236