pedroMMM/goss

View on GitHub
resource/gossfile.go

Summary

Maintainability
A
0 mins
Test Coverage

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

func (g *Gossfile) ID() string      { return g.Path }
Severity: Minor
Found in resource/gossfile.go by golint

exported type Gossfile should have comment or be unexported
Open

type Gossfile struct {
Severity: Minor
Found in resource/gossfile.go by golint

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

func (g *Gossfile) SetID(id string) { g.Path = id }
Severity: Minor
Found in resource/gossfile.go by golint

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

func (g *Gossfile) GetMeta() meta    { return g.Meta }
Severity: Minor
Found in resource/gossfile.go by golint

exported function NewGossfile should have comment or be unexported
Open

func NewGossfile(sysGossfile system.Gossfile, config util.Config) (*Gossfile, error) {
Severity: Minor
Found in resource/gossfile.go by golint

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

func (g *Gossfile) GetTitle() string { return g.Title }
Severity: Minor
Found in resource/gossfile.go by golint

There are no issues that match your filters.

Category
Status