MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / dummyBackend

Struct dummyBackend

internal/security/handler_session_test.go:184–188  ·  view source on GitHub ↗

region Dummy backend

Source from the content-addressed store, hash-verified

182
183// region Dummy backend
184type dummyBackend struct {
185 exit chan struct{}
186 env map[string]string
187 commandsExecuted []string
188}
189
190func (d *dummyBackend) OnClose() {
191}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected