Mirantis/virtlet

View on GitHub
pkg/utils/testing/https.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function GenerateCert should have comment or be unexported
Open

func GenerateCert(t *testing.T, isCA bool, host string, signer *x509.Certificate, key *rsa.PrivateKey) (*x509.Certificate, *rsa.PrivateKey) {
Severity: Minor
Found in pkg/utils/testing/https.go by golint

exported function EncodePEMKey should have comment or be unexported
Open

func EncodePEMKey(key *rsa.PrivateKey) string {
Severity: Minor
Found in pkg/utils/testing/https.go by golint

exported function EncodePEMCert should have comment or be unexported
Open

func EncodePEMCert(cert *x509.Certificate) string {
Severity: Minor
Found in pkg/utils/testing/https.go by golint

There are no issues that match your filters.

Category
Status