-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Core API
-
None
The drivergen.Operation.ConstructorParameter method iterates the map of request fields, which has an undefined order. This can be fixed by iterating the keys into a []string, sorting that slice, and then iterating it, looking up the keys in the map for the drivergen.RequestField.