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 []ExperimentMethod `json:"method"` Controls []ExperimentControl `json:"controls"` SteadyStateHypothesis ExperimentSteadyStateHypothesis `json:"steady-state-hypothesis"` }
type ExperimentControl ¶ added in v0.25.0
type ExperimentMethod ¶
type ExperimentSteadyStateHypothesis ¶
type ExperimentSteadyStateHypothesis struct { Title string `json:"title"` Probes []ExperimentSteadyStateHypothesisProbe `json:"probes"` }
Click to show internal directories.
Click to hide internal directories.