pedroMMM/goss

View on GitHub
system/service_upstart.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method ServiceUpstart.Enabled should have comment or be unexported
Open

func (s *ServiceUpstart) Enabled() (bool, error) {
Severity: Minor
Found in system/service_upstart.go by golint

exported method ServiceUpstart.Running should have comment or be unexported
Open

func (s *ServiceUpstart) Running() (bool, error) {
Severity: Minor
Found in system/service_upstart.go by golint

exported function NewServiceUpstart should have comment or be unexported
Open

func NewServiceUpstart(service string, system *System, config util.Config) Service {
Severity: Minor
Found in system/service_upstart.go by golint

exported method ServiceUpstart.Service should have comment or be unexported
Open

func (s *ServiceUpstart) Service() string {
Severity: Minor
Found in system/service_upstart.go by golint

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

func (s *ServiceUpstart) Exists() (bool, error) {
Severity: Minor
Found in system/service_upstart.go by golint

exported type ServiceUpstart should have comment or be unexported
Open

type ServiceUpstart struct {
Severity: Minor
Found in system/service_upstart.go by golint

There are no issues that match your filters.

Category
Status