# Packages
Package echo is a generated protocol buffer package.
# Functions
NewClientTLSFromCert constructs TLS credentials from the input certificate for client.
NewClientTLSFromFile constructs TLS credentials from the input certificate file for client.
NewServerTLSFromCert constructs TLS credentials from the input certificate for server.
NewServerTLSFromFile constructs TLS credentials from the input certificate file and key file for server.
NewTLS uses c to construct a TransportCredentials based on TLS.
# Variables
ErrConnDispatched indicates that rawConn has been dispatched out of gRPC and the caller should not close rawConn.
# Structs
ProtocolInfo provides information regarding the gRPC wire protocol version, security protocol, security protocol version in use, server name, etc.
TLSInfo contains the auth information for a TLS authenticated connection.
# Interfaces
AuthInfo defines the common interface for the auth information the users are interested in.
PerRPCCredentials defines the common interface for the credentials which need to attach security information to every RPC (e.g., oauth2).