pedroMMM/goss

View on GitHub
system/interface.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method DefInterface.Name should have comment or be unexported
Open

func (i *DefInterface) Name() string {
Severity: Minor
Found in system/interface.go by golint

exported method DefInterface.Addrs should have comment or be unexported
Open

func (i *DefInterface) Addrs() ([]string, error) {
Severity: Minor
Found in system/interface.go by golint

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

func (i *DefInterface) ID() string {
Severity: Minor
Found in system/interface.go by golint

exported type DefInterface should have comment or be unexported
Open

type DefInterface struct {
Severity: Minor
Found in system/interface.go by golint

exported method DefInterface.MTU should have comment or be unexported
Open

func (i *DefInterface) MTU() (int, error) {
Severity: Minor
Found in system/interface.go by golint

exported type Interface should have comment or be unexported
Open

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

exported function NewDefInterface should have comment or be unexported
Open

func NewDefInterface(name string, systei *System, config util.Config) Interface {
Severity: Minor
Found in system/interface.go by golint

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

func (i *DefInterface) Exists() (bool, error) {
Severity: Minor
Found in system/interface.go by golint

There are no issues that match your filters.

Category
Status