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

Interface SSHConfigManager

internal/testutils/mocks.go:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62type SSHConfigManager interface {
63 RemoveInstance(hostAlias string) error
64 AddInstance(hostAlias, hostname, user string, port int) error
65}
66
67type MockSSHConfigManager struct {
68 RemoveInstanceFunc func(hostAlias string) error

Callers

nothing calls this directly

Implementers 1

MockSSHConfigManagerinternal/testutils/mocks.go

Calls

no outgoing calls

Tested by

no test coverage detected