type golang.org/x/crypto/ssh.chanList
6 uses
golang.org/x/crypto/ssh (current package)
mux.go#L21: type chanList struct {
mux.go#L36: func (c *chanList) add(ch *channel) uint32 {
mux.go#L50: func (c *chanList) getChan(id uint32) *channel {
mux.go#L61: func (c *chanList) remove(id uint32) {
mux.go#L71: func (c *chanList) dropAll() []*channel {
mux.go#L90: chanList chanList
![]() |
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. |