| 10 | ) |
| 11 | |
| 12 | type sessionHandler struct { |
| 13 | config config2.SecurityConfig |
| 14 | backend sshserver.SessionChannelHandler |
| 15 | sshConnection *sshConnectionHandler |
| 16 | logger log.Logger |
| 17 | } |
| 18 | |
| 19 | func (s *sessionHandler) OnClose() { |
| 20 | s.backend.OnClose() |
nothing calls this directly
no outgoing calls
no test coverage detected