antonmarin/secret-yaml

View on GitHub
random/crypto.go

Summary

Maintainability
A
0 mins
Test Coverage
C
75%

exported type CryptoGeneratorService should have comment or be unexported
Open

type CryptoGeneratorService struct {
Severity: Minor
Found in random/crypto.go by golint

exported method CryptoGeneratorService.GenerateSecretKey should have comment or be unexported
Open

func (service CryptoGeneratorService) GenerateSecretKey() ([]byte, error) {
Severity: Minor
Found in random/crypto.go by golint

There are no issues that match your filters.

Category
Status