pedroMMM/goss

View on GitHub
system/addr.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewDefAddr should have comment or be unexported
Open

func NewDefAddr(address string, system *System, config util.Config) Addr {
Severity: Minor
Found in system/addr.go by golint

exported method DefAddr.Reachable should have comment or be unexported
Open

func (a *DefAddr) Reachable() (bool, error) {
Severity: Minor
Found in system/addr.go by golint

exported method DefAddr.Exists should have comment or be unexported
Open

func (a *DefAddr) Exists() (bool, error) { return a.Reachable() }
Severity: Minor
Found in system/addr.go by golint

exported type Addr should have comment or be unexported
Open

type Addr interface {
Severity: Minor
Found in system/addr.go by golint

exported method DefAddr.Address should have comment or be unexported
Open

func (a *DefAddr) Address() string {
Severity: Minor
Found in system/addr.go by golint

exported type DefAddr should have comment or be unexported
Open

type DefAddr struct {
Severity: Minor
Found in system/addr.go by golint

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

func (a *DefAddr) ID() string {
Severity: Minor
Found in system/addr.go by golint

There are no issues that match your filters.

Category
Status