MCPcopy Index your code
hub / github.com/ContainerSSH/ContainerSSH / sessionHandler

Struct sessionHandler

internal/security/handler_session.go:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type sessionHandler struct {
13 config config2.SecurityConfig
14 backend sshserver.SessionChannelHandler
15 sshConnection *sshConnectionHandler
16 logger log.Logger
17}
18
19func (s *sessionHandler) OnClose() {
20 s.backend.OnClose()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected