nuts-foundation/nuts-auth

View on GitHub
pkg/services/x509/crl.go

Summary

Maintainability
A
0 mins
Test Coverage

exported func NewMemoryCrlService returns unexported type x509.memoryCrlService, which can be annoying to use
Open

func NewMemoryCrlService() memoryCrlService {
Severity: Minor
Found in pkg/services/x509/crl.go by golint

exported type CrlGetter should have comment or be unexported
Open

type CrlGetter interface {
Severity: Minor
Found in pkg/services/x509/crl.go by golint

type HttpCrlService should be HTTPCrlService
Open

type HttpCrlService struct {
Severity: Minor
Found in pkg/services/x509/crl.go by golint

exported function NewCachedHttpCrlService should have comment or be unexported
Open

func NewCachedHttpCrlService() *cachedHttpCrlService {
Severity: Minor
Found in pkg/services/x509/crl.go by golint

func NewCachedHttpCrlService should be NewCachedHTTPCrlService
Open

func NewCachedHttpCrlService() *cachedHttpCrlService {
Severity: Minor
Found in pkg/services/x509/crl.go by golint

exported type HttpCrlService should have comment or be unexported
Open

type HttpCrlService struct {
Severity: Minor
Found in pkg/services/x509/crl.go by golint

exported function NewMemoryCrlService should have comment or be unexported
Open

func NewMemoryCrlService() memoryCrlService {
Severity: Minor
Found in pkg/services/x509/crl.go by golint

type cachedHttpCrlService should be cachedHTTPCrlService
Open

type cachedHttpCrlService struct {
Severity: Minor
Found in pkg/services/x509/crl.go by golint

exported func NewCachedHttpCrlService returns unexported type *x509.cachedHttpCrlService, which can be annoying to use
Open

func NewCachedHttpCrlService() *cachedHttpCrlService {
Severity: Minor
Found in pkg/services/x509/crl.go by golint

There are no issues that match your filters.

Category
Status