diff --git a/credentials/credentials.go b/credentials/credentials.go index 7cfef6c2..c8a304cd 100644 --- a/credentials/credentials.go +++ b/credentials/credentials.go @@ -86,6 +86,7 @@ type TransportAuthenticator interface { Credentials } +// tlsCreds is the credentials required for authenticating a connection using TLS. type tlsCreds struct { // TLS configuration config tls.Config