golang.org/x/crypto/ssh.mux.incomingChannels (field)
6 uses
golang.org/x/crypto/ssh (current package)
client.go#L88: return conn, conn.mux.incomingChannels, conn.mux.incomingRequests, nil
mux.go#L92: incomingChannels chan NewChannel
mux.go#L119: incomingChannels: make(chan NewChannel, chanSize),
mux.go#L197: close(m.incomingChannels)
mux.go#L293: m.incomingChannels <- c
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. |