Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jun 27, 2024
1 parent 0dd4e67 commit 8f507eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/oonirun/experiment.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ type Experiment struct {
Annotations map[string]string

// ExtraOptions contains OPTIONAL extra options that modify the
// default-empty experiment-specific configuration. We apply
// default experiment-specific configuration. We apply
// the changes described by this field after using the InitialOptions
// field to initialize the experiment-specific configuration.
ExtraOptions map[string]any

// InitialOptions contains an OPTIONAL [json.RawMessage] object
// used to initialize the default-empty experiment-specific
// used to initialize the default experiment-specific
// configuration. After we have initialized the configuration
// as such, we then apply the changes described by the ExtraOptions.
InitialOptions json.RawMessage
Expand Down

0 comments on commit 8f507eb

Please sign in to comment.