You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature request is to the change of pure enums to pointer to enums.
Acceptance criteria
All enums of structures of gencodecs must use pointer to enums instead.
Additional context
Concord has been using enums for some time, and they have some issues when it comes to identifying whether or not the field was provided, as they would always default to 0. Especially in cases to send requests, where the enum field is nullable, it would be problematic.
The text was updated successfully, but these errors were encountered:
Describe the feature
This feature request is to the change of pure enums to pointer to enums.
Acceptance criteria
Additional context
Concord has been using enums for some time, and they have some issues when it comes to identifying whether or not the field was provided, as they would always default to 0. Especially in cases to send requests, where the enum field is nullable, it would be problematic.
The text was updated successfully, but these errors were encountered: