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
In a patch request, there is a meaningful difference between setting a field to null and a field being missing, but handling this in Go can be challenging. I was looking for projects that are seriously addressing this issue.
Description
First, thank you for a great generation tool!
In a patch request, there is a meaningful difference between setting a field to null and a field being missing, but handling this in Go can be challenging. I was looking for projects that are seriously addressing this issue.
https://ogen.dev/docs/types/optional/
However, despite such excellent efforts, I realized that it is not possible to use the content-type application/merge-patch+json.
The internal processing should be almost the same as JSON, so the necessary implementation can be kept to a minimum. I would appreciate your support.
References
The text was updated successfully, but these errors were encountered: