command/command__set.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method CommandSet.Init should have comment or be unexported
Open

func (s *CommandSet) Init() {
Severity: Minor
Found in command/command__set.go by golint

exported function NewCommandSet should have comment or be unexported
Open

func NewCommandSet(templateList ...CommandTemplate) *CommandSet {
Severity: Minor
Found in command/command__set.go by golint

exported function NewCommandSetWithFileUpload should have comment or be unexported
Open

func NewCommandSetWithFileUpload(fileUpload CommandTemplate, templateList ...CommandTemplate) *CommandSet {
Severity: Minor
Found in command/command__set.go by golint

type name will be used as command.CommandSet by other packages, and that stutters; consider calling this Set
Open

type CommandSet struct {
Severity: Minor
Found in command/command__set.go by golint

exported method CommandSet.Exec should have comment or be unexported
Open

func (s *CommandSet) Exec(d CommandData) {
Severity: Minor
Found in command/command__set.go by golint

There are no issues that match your filters.

Category
Status