pedroMMM/goss

View on GitHub
resource/dns.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewDNS should have comment or be unexported
Open

func NewDNS(sysDNS system.DNS, config util.Config) (*DNS, error) {
Severity: Minor
Found in resource/dns.go by golint

exported method DNS.ID should have comment or be unexported
Open

func (d *DNS) ID() string      { return d.Host }
Severity: Minor
Found in resource/dns.go by golint

exported method DNS.Validate should have comment or be unexported
Open

func (d *DNS) Validate(sys *system.System) []TestResult {
Severity: Minor
Found in resource/dns.go by golint

exported type DNS should have comment or be unexported
Open

type DNS struct {
Severity: Minor
Found in resource/dns.go by golint

exported method DNS.SetID should have comment or be unexported
Open

func (d *DNS) SetID(id string) { d.Host = id }
Severity: Minor
Found in resource/dns.go by golint

exported method DNS.GetMeta should have comment or be unexported
Open

func (d *DNS) GetMeta() meta    { return d.Meta }
Severity: Minor
Found in resource/dns.go by golint

exported method DNS.GetTitle should have comment or be unexported
Open

func (d *DNS) GetTitle() string { return d.Title }
Severity: Minor
Found in resource/dns.go by golint

There are no issues that match your filters.

Category
Status