Update documentation

This commit is contained in:
adnano
2020-10-12 16:34:52 -04:00
parent 2370c42d8d
commit a33a5be063
9 changed files with 101 additions and 119 deletions

View File

@@ -16,6 +16,7 @@ import (
)
// CertificateStore maps hostnames to certificates.
// The zero value of CertificateStore is an empty store ready to use.
type CertificateStore struct {
store map[string]tls.Certificate
}