Mirantis/virtlet

View on GitHub
pkg/virt/fake/fake_domain.go

Summary

Maintainability
A
0 mins
Test Coverage

type name will be used as fake.FakeDomain by other packages, and that stutters; consider calling this Domain
Open

type FakeDomain struct {
Severity: Minor
Found in pkg/virt/fake/fake_domain.go by golint

type name will be used as fake.FakeSecret by other packages, and that stutters; consider calling this Secret
Open

type FakeSecret struct {
Severity: Minor
Found in pkg/virt/fake/fake_domain.go by golint

struct field domainsByUuid should be domainsByUUID
Open

    domainsByUuid           map[string]*FakeDomain
Severity: Minor
Found in pkg/virt/fake/fake_domain.go by golint

type name will be used as fake.FakeDomainConnection by other packages, and that stutters; consider calling this DomainConnection
Open

type FakeDomainConnection struct {
Severity: Minor
Found in pkg/virt/fake/fake_domain.go by golint

There are no issues that match your filters.

Category
Status