Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/commander-cli/commander
/ Execute
Method
Execute
pkg/runtime/executor.go:5–5 ·
view source on GitHub ↗
(test TestCase)
Source
from the content-addressed store, hash-verified
3
// Executor interface which will be implemented by all available executors, like ssh or local
4
type
Executor
interface
{
5
Execute(test TestCase) TestResult
6
}
Callers
6
AddCommand
Function · 0.65
Run
Method · 0.65
Execute
Method · 0.65
Test_SSHExecutor
Function · 0.65
Test_SSHExecutor_WithDir
Function · 0.65
Test_SSHExecutor_ExitCode
Function · 0.65
Implementers
3
DockerExecutor
pkg/runtime/docker_executor.go
SSHExecutor
pkg/runtime/ssh_executor.go
LocalExecutor
pkg/runtime/local_executor.go
Calls
no outgoing calls
Tested by
3
Test_SSHExecutor
Function · 0.52
Test_SSHExecutor_WithDir
Function · 0.52
Test_SSHExecutor_ExitCode
Function · 0.52