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

FuncType RequestHandler

server.go:22–22  ·  view source on GitHub ↗
func(ctx Context, srv *Server, req *gossh.Request) (ok bool, payload []byte)

Source from the content-addressed store, hash-verified

20var DefaultSubsystemHandlers = map[string]SubsystemHandler{}
21
22type RequestHandler func(ctx Context, srv *Server, req *gossh.Request) (ok bool, payload []byte)
23
24var DefaultRequestHandlers = map[string]RequestHandler{}
25

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…