add comments
This commit is contained in:
Родитель
125950284c
Коммит
b6d240dcce
|
@ -112,6 +112,8 @@ type TransportAuthenticator interface {
|
||||||
Credentials
|
Credentials
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TLSInfo contains the auth information for a TLS authenticated connection.
|
||||||
|
// It implements the AuthInfo interface.
|
||||||
type TLSInfo struct {
|
type TLSInfo struct {
|
||||||
state tls.ConnectionState
|
state tls.ConnectionState
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче