MCPcopy Index your code
hub / github.com/commander-cli/commander / Executor

Interface Executor

pkg/runtime/executor.go:4–6  ·  view source on GitHub ↗

Executor interface which will be implemented by all available executors, like ssh or local

Source from the content-addressed store, hash-verified

2
3// Executor interface which will be implemented by all available executors, like ssh or local
4type Executor interface {
5 Execute(test TestCase) TestResult
6}

Callers 6

AddCommandFunction · 0.65
RunMethod · 0.65
ExecuteMethod · 0.65
Test_SSHExecutorFunction · 0.65
Test_SSHExecutor_WithDirFunction · 0.65

Implementers 3

DockerExecutorpkg/runtime/docker_executor.go
SSHExecutorpkg/runtime/ssh_executor.go
LocalExecutorpkg/runtime/local_executor.go

Calls

no outgoing calls

Tested by

no test coverage detected