Documentation ¶
Overview ¶
Package experimentconfig contains code to manage experiments configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultOptionsSerializer ¶
DefaultOptionsSerializer serializes options for [model.ExperimentTarget] honouring its Options method contract:
1. we do not serialize options whose name starts with "Safe";
2. we only serialize scalar values;
3. we never serialize any zero values.
This method MUST be passed a pointer to a struct. Otherwise, the return value will be a zero-length list (either nil or empty).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.