Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TreatmentsV1 ¶
type TreatmentsV1 struct { Treatments []struct { Name string Description string FactorIds []string `yaml:"factorIds"` } FactorTypes []struct { ID string `yaml:"_id"` Name string Description string Required bool Type string Min int Max int } `yaml:"factorTypes"` Factors []struct { ID string `yaml:"_id"` Name string Value interface{} FactorTypeId string `yaml:"factorTypeId"` } }
Click to show internal directories.
Click to hide internal directories.