aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/testdata/TestFlowConsts.trajectory.json
Commit message (Collapse)AuthorAgeFilesLines
* pkg/aflow: add Flow.Consts instead of ProvideDmitry Vyukov3 days1-0/+34
There is no point in using Provide more than once, and anywhere besides the first action of a flow. So it's not really an action, but more of a flow property. Add Flow.Consts field to handle this case better. Also provide slightly less verbose syntax by using a map instead of a struct, and add tests.