pedroMMM/goss

View on GitHub
system/process.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method DefProcess.Pids should have comment or be unexported
Open

func (p *DefProcess) Pids() ([]int, error) {
Severity: Minor
Found in system/process.go by golint

exported function GetProcs should have comment or be unexported
Open

func GetProcs() (map[string][]ps.Process, error) {
Severity: Minor
Found in system/process.go by golint

exported method DefProcess.Executable should have comment or be unexported
Open

func (p *DefProcess) Executable() string {
Severity: Minor
Found in system/process.go by golint

exported type DefProcess should have comment or be unexported
Open

type DefProcess struct {
Severity: Minor
Found in system/process.go by golint

exported function NewDefProcess should have comment or be unexported
Open

func NewDefProcess(executable string, system *System, config util.Config) (Process, error) {
Severity: Minor
Found in system/process.go by golint

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

func (p *DefProcess) Exists() (bool, error) { return p.Running() }
Severity: Minor
Found in system/process.go by golint

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

func (p *DefProcess) Running() (bool, error) {
Severity: Minor
Found in system/process.go by golint

exported type Process should have comment or be unexported
Open

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

There are no issues that match your filters.

Category
Status