Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ConfigurationKey is the config YAML key for the canary module
ConfigurationKey = "canary"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchParams ¶
BatchParams is from server repo TODO: to get rid of it:
after batch job has an API, we should use the API: https://github.com/uber/cadence/issues/2225
type Runnable ¶
type Runnable interface {
Run() error
}
Runnable is an interface for anything that exposes a Run method
type RuntimeContext ¶
type RuntimeContext struct { Env string // contains filtered or unexported fields }
RuntimeContext contains all the context information needed to run the canary
Click to show internal directories.
Click to hide internal directories.