golang.org/x/crypto/ssh.mux.incomingRequests (field)
6 uses
golang.org/x/crypto/ssh (current package)
client.go#L88: return conn, conn.mux.incomingChannels, conn.mux.incomingRequests, nil
mux.go#L96: incomingRequests chan *Request
mux.go#L121: incomingRequests: make(chan *Request, chanSize),
mux.go#L198: close(m.incomingRequests)
mux.go#L257: m.incomingRequests <- &Request{
server.go#L211: return &ServerConn{s, perms}, s.mux.incomingChannels, s.mux.incomingRequests, nil
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |