add comments
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user