cogolabs/fleet2kubes

View on GitHub
pkg/unit/unit.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Unit should have comment or be unexported
Open

type Unit struct {
Severity: Minor
Found in pkg/unit/unit.go by golint

exported method Unit.FirstValue should have comment or be unexported
Open

func (u *Unit) FirstValue(section, name string) string {
Severity: Minor
Found in pkg/unit/unit.go by golint

exported function NewUnit should have comment or be unexported
Open

func NewUnit(raw string) (*Unit, error) {
Severity: Minor
Found in pkg/unit/unit.go by golint

There are no issues that match your filters.

Category
Status