| 10 | ) |
| 11 | |
| 12 | type testServerImpl struct { |
| 13 | config config2.SSHConfig |
| 14 | lifecycle service.Lifecycle |
| 15 | started chan struct{} |
| 16 | } |
| 17 | |
| 18 | func (t *testServerImpl) GetListen() string { |
| 19 | return t.config.Listen |
nothing calls this directly
no outgoing calls
no test coverage detected