Versions in this module Expand all Collapse all v1 v1.41.0 Sep 6, 2021 Changes in this version + var PeerNotRespondingError = &peerNotRespondingError + type Handshaker interface + ClientHandshake func(ctx context.Context) (net.Conn, credentials.AuthInfo, error) + Close func() + ServerHandshake func(ctx context.Context) (net.Conn, credentials.AuthInfo, error) + type Side int + const ClientSide + const ServerSide