From 93e2f8140e4feca36171c8adb3ef5995a339b264 Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Wed, 15 Apr 2015 15:37:42 -0700 Subject: [PATCH] add missing comments --- credentials/credentials.go | 1 + 1 file changed, 1 insertion(+) 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