func(ctx Context, srv *Server, req *gossh.Request) (ok bool, payload []byte)
| 20 | var DefaultSubsystemHandlers = map[string]SubsystemHandler{} |
| 21 | |
| 22 | type RequestHandler func(ctx Context, srv *Server, req *gossh.Request) (ok bool, payload []byte) |
| 23 | |
| 24 | var DefaultRequestHandlers = map[string]RequestHandler{} |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…