We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.4.1
Yes (checked on v1.10.1)
Created an entiry with a single oneOf reference:
ObjA: type: object ObjB: type: object oneOf: - $ref: "#/components/schemas/ObjA"
Successful generation
func (s *ObjB) encodeFields(e *jx.Encoder) { s.OneOf.encodeFields(e) }
Message: s.OneOf.encodeFields undefined (type ObjBSum has no field or method encodeFields)
s.OneOf.encodeFields undefined (type ObjBSum has no field or method encodeFields)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of ogen are you using?
v1.4.1
Can this issue be reproduced with the latest version?
Yes (checked on v1.10.1)
What did you do?
Created an entiry with a single oneOf reference:
What did you expect to see?
Successful generation
What did you see instead?
Message:
s.OneOf.encodeFields undefined (type ObjBSum has no field or method encodeFields)
The text was updated successfully, but these errors were encountered: