This commit is contained in:
iamqizhao 2015-08-26 11:34:35 -07:00
Родитель 125950284c
Коммит b6d240dcce
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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
}