type golang.org/x/crypto/ssh.chanConn
11 uses
golang.org/x/crypto/ssh (current package)
streamlocal.go#L83: return &chanConn{
tcpip.go#L307: return &chanConn{
tcpip.go#L359: return &chanConn{
tcpip.go#L370: return &chanConn{
tcpip.go#L400: return &chanConn{
tcpip.go#L436: type chanConn struct {
tcpip.go#L442: func (t *chanConn) LocalAddr() net.Addr {
tcpip.go#L447: func (t *chanConn) RemoteAddr() net.Addr {
tcpip.go#L453: func (t *chanConn) SetDeadline(deadline time.Time) error {
tcpip.go#L464: func (t *chanConn) SetReadDeadline(deadline time.Time) error {
tcpip.go#L472: func (t *chanConn) SetWriteDeadline(deadline time.Time) error {
![]() |
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. |