MCPcopy
hub / github.com/gliderlabs/ssh / SubsystemHandler

FuncType SubsystemHandler

server.go:18–18  ·  view source on GitHub ↗
func(s Session)

Source from the content-addressed store, hash-verified

16var ErrServerClosed = errors.New("ssh: Server closed")
17
18type SubsystemHandler func(s Session)
19
20var DefaultSubsystemHandlers = map[string]SubsystemHandler{}
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…