Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
type
SSHExecutor
interface
{
24
Connect(host string, port int, tunnels []int) error
25
Execute(command string) error
26
}
27
28
type
MockSSHExecutor
struct
{
Callers
1
startCallbackServerWithContext
Function · 0.65
Implementers
1
MockSSHExecutor
internal/testutils/mocks.go
Calls
no outgoing calls
Tested by
no test coverage detected