package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev
# Packages
Package authinfo provide authentication information returned by handshakers.
Package conn contains an implementation of a secure channel created by gRPC handshakers.
Package handshaker provides ALTS handshaking functionality for GCP.
No description provided by the author
Package testutil include useful test utilities for the handshaker.
# Constants
ClientSide identifies the client in this communication.
ServerSide identifies the server in this communication.
# Variables
PeerNotRespondingError is returned when a peer server is not responding after a channel has been established.
# Interfaces
Handshaker defines a ALTS handshaker interface.
# Type aliases
Side identifies the party's role: client or server.