add missing comments
This commit is contained in:
@ -86,6 +86,7 @@ type TransportAuthenticator interface {
|
|||||||
Credentials
|
Credentials
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// tlsCreds is the credentials required for authenticating a connection using TLS.
|
||||||
type tlsCreds struct {
|
type tlsCreds struct {
|
||||||
// TLS configuration
|
// TLS configuration
|
||||||
config tls.Config
|
config tls.Config
|
||||||
|
Reference in New Issue
Block a user