golang.org/x/crypto/ssh.Client.channelHandlers (field)
8 uses
golang.org/x/crypto/ssh (current package)
client.go#L26: channelHandlers map[string]chan NewChannel
client.go#L35: if c.channelHandlers == nil {
client.go#L42: ch := c.channelHandlers[channelType]
client.go#L48: c.channelHandlers[channelType] = ch
client.go#L56: channelHandlers: make(map[string]chan NewChannel, 1),
client.go#L149: handler := c.channelHandlers[ch.ChannelType()]
client.go#L160: for _, ch := range c.channelHandlers {
client.go#L163: c.channelHandlers = 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. |