Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CostCommand ¶ added in v0.0.3
type CostCommand struct {
Services []string
}
func (CostCommand) Exec ¶ added in v0.0.3
func (a CostCommand) Exec(d command.CommandData)
func (CostCommand) GetHelp ¶ added in v0.0.3
func (CostCommand) GetHelp() string
func (CostCommand) GetMentionCommand ¶ added in v0.0.3
func (CostCommand) GetMentionCommand() string
func (CostCommand) GetRegexp ¶ added in v0.0.3
func (CostCommand) GetRegexp() *regexp.Regexp
func (CostCommand) HasHelp ¶ added in v0.0.3
func (CostCommand) HasHelp() bool
type Datapoints ¶ added in v0.0.3
type Datapoints []Datapoint
func NewDatapoints ¶ added in v0.0.3
func NewDatapoints(input cloudwatch.MetricStatisticsInput, list []cloudwatch.Datapoint) Datapoints
func (Datapoints) GetFirstValue ¶ added in v0.0.3
func (p Datapoints) GetFirstValue() float64
type DynamoDBCommand ¶ added in v0.0.4
func (DynamoDBCommand) Exec ¶ added in v0.0.4
func (s DynamoDBCommand) Exec(d command.CommandData)
func (DynamoDBCommand) GetHelp ¶ added in v0.0.4
func (DynamoDBCommand) GetHelp() string
func (DynamoDBCommand) GetMentionCommand ¶ added in v0.0.4
func (DynamoDBCommand) GetMentionCommand() string
func (DynamoDBCommand) GetRegexp ¶ added in v0.0.4
func (DynamoDBCommand) GetRegexp() *regexp.Regexp
func (DynamoDBCommand) HasHelp ¶ added in v0.0.4
func (DynamoDBCommand) HasHelp() bool
type SQSCommand ¶ added in v0.0.3
func (SQSCommand) Exec ¶ added in v0.0.3
func (s SQSCommand) Exec(d command.CommandData)
func (SQSCommand) GetHelp ¶ added in v0.0.3
func (SQSCommand) GetHelp() string
func (SQSCommand) GetMentionCommand ¶ added in v0.0.3
func (SQSCommand) GetMentionCommand() string
func (SQSCommand) GetRegexp ¶ added in v0.0.3
func (SQSCommand) GetRegexp() *regexp.Regexp
func (SQSCommand) HasHelp ¶ added in v0.0.3
func (SQSCommand) HasHelp() bool
Click to show internal directories.
Click to hide internal directories.