fix comments

This commit is contained in:
iamqizhao
2015-05-01 18:52:19 -07:00
parent 814627b32e
commit 263a0287c9

View File

@ -70,8 +70,8 @@ type Credentials interface {
GetRequestMetadata(ctx context.Context) (map[string]string, error)
}
// TransportAuthenticator defines the common interface all supported transport
// authentication protocols (e.g., TLS, SSL) must implement.
// TransportAuthenticator defines the common interface for all the live gRPC wire
// protocol and supported transport security protocols (e.g., TLS, SSL).
type TransportAuthenticator interface {
// Handshake does the authentication handshake specified by the corresponding
// authentication protocol on rawConn.