add comments

This commit is contained in:
iamqizhao
2015-08-26 11:34:35 -07:00
parent 125950284c
commit b6d240dcce

View File

@ -112,6 +112,8 @@ type TransportAuthenticator interface {
Credentials
}
// TLSInfo contains the auth information for a TLS authenticated connection.
// It implements the AuthInfo interface.
type TLSInfo struct {
state tls.ConnectionState
}