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
fix: json/encoding marshal errors of parameters with optional structs
Generated parameter structs have field tags omitempty and/or omitzero annotations:
* omitempty for slices, maps and non-optional nullable fields
* omitempty and omitzero for optional nullable fields
* nothing for other fields
0 commit comments