Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Experiment ¶
type Experiment struct { Title string `json:"title"` Description string `json:"description"` Method []ExperimentActivity `json:"method"` Controls []ExperimentControl `json:"controls"` Rollbacks []ExperimentActivity `json:"rollbacks,omitempty"` SteadyStateHypothesis ExperimentSteadyStateHypothesis `json:"steady-state-hypothesis"` }
type ExperimentActivity ¶
type ExperimentControl ¶
type ExperimentSteadyStateHypothesis ¶
type ExperimentSteadyStateHypothesis struct { Title string `json:"title"` Probes []ExperimentSteadyStateHypothesisProbe `json:"probes"` }
Click to show internal directories.
Click to hide internal directories.