config/registry.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type GCRRegistry should have comment or be unexported
Open

    GCRRegistry struct {
Severity: Minor
Found in config/registry.go by golint

exported method ServerRegistry.GetType should have comment or be unexported
Open

func (r *ServerRegistry) GetType() string { return "server" }
Severity: Minor
Found in config/registry.go by golint

exported type Registry should have comment or be unexported
Open

    Registry interface {
Severity: Minor
Found in config/registry.go by golint

exported type ServerRegistry should have comment or be unexported
Open

    ServerRegistry struct {
Severity: Minor
Found in config/registry.go by golint

exported method GCRRegistry.GetType should have comment or be unexported
Open

func (r *GCRRegistry) GetType() string    { return "gcr" }
Severity: Minor
Found in config/registry.go by golint

exported type ECRRegistry should have comment or be unexported
Open

    ECRRegistry struct {
Severity: Minor
Found in config/registry.go by golint

exported method ECRRegistry.GetType should have comment or be unexported
Open

func (r *ECRRegistry) GetType() string    { return "ecr" }
Severity: Minor
Found in config/registry.go by golint

There are no issues that match your filters.

Category
Status