evalphobia/bobo-experiment

View on GitHub
experiment/aws/example_command_awscost_cloudwatch.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type CostCommandByCloudWatch should have comment or be unexported
Open

type CostCommandByCloudWatch struct {

exported method CostCommandByCloudWatch.GetHelp should have comment or be unexported
Open

func (CostCommandByCloudWatch) GetHelp() string {

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

func (a CostCommandByCloudWatch) Exec(d command.CommandData) {

exported method CostCommandByCloudWatch.GetMentionCommand should have comment or be unexported
Open

func (CostCommandByCloudWatch) GetMentionCommand() string {

exported method CostCommandByCloudWatch.HasHelp should have comment or be unexported
Open

func (CostCommandByCloudWatch) HasHelp() bool {

exported method CostCommandByCloudWatch.GetRegexp should have comment or be unexported
Open

func (CostCommandByCloudWatch) GetRegexp() *regexp.Regexp {

There are no issues that match your filters.

Category
Status