Documentation
¶
Index ¶
Constants ¶
View Source
const SenderVendorSlack = "slack"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSAccount ¶
type AWSAccountSet ¶
type AWSAccountSet map[string]AWSAccount
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) FetchAllInstances ¶
func (Client) StopInstances ¶ added in v0.2.0
type ConfigTemplate ¶
type ConfigTemplate struct { AWSAccountSet AWSAccountSet `yaml:"accounts"` SenderSet SenderSet `yaml:"senders"` }
type CurrentState ¶ added in v0.2.0
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (Manager) PrintAllState ¶ added in v0.2.0
type PreviousState ¶ added in v0.2.0
type StopInstance ¶ added in v0.2.0
type StopInstance struct { InstanceID string `json:"InstanceID"` CurrentState CurrentState `json:"CurrentState"` PreviousState PreviousState `json:"PreviousState"` }
type StopInstances ¶ added in v0.2.0
type StopInstances []StopInstance
Click to show internal directories.
Click to hide internal directories.