Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Canary ¶
type Canary interface { GetInstance() error ListInstances() error GetTask() error ListTasks() error GetInstanceMetric() string ListInstancesMetric() string GetTaskMetric() string ListTasksMetric() string }
Canary defines methods for each test in the canary
type CanaryRunner ¶
type CanaryRunner interface {
Run(test canaryTest, metric metricName)
}
CanaryRunner defines methods required to run a test
func NewCanaryRunner ¶
func NewCanaryRunner(sess *session.Session) (CanaryRunner, error)
NewCanaryRunner generates a new runner for the canary
Source Files
¶
Click to show internal directories.
Click to hide internal directories.