MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / Execute

Method Execute

internal/testutils/mocks.go:25–25  ·  view source on GitHub ↗
(command string)

Source from the content-addressed store, hash-verified

23type SSHExecutor interface {
24 Connect(host string, port int, tunnels []int) error
25 Execute(command string) error
26}
27
28type MockSSHExecutor struct {

Callers 1

Implementers 1

MockSSHExecutorinternal/testutils/mocks.go

Calls

no outgoing calls

Tested by

no test coverage detected