Skip to content
New issue

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

Interface Field Builders #37

Open
whwalter opened this issue Mar 20, 2024 · 0 comments
Open

Interface Field Builders #37

whwalter opened this issue Mar 20, 2024 · 0 comments

Comments

@whwalter
Copy link
Contributor

The code-generator doesn't generate setters for interface fields when structs that implement the required interface are available in the same package namespace.

It would be helpful if builders for the enclosing struct generated builders using struct types that implement the given interface within the same package. This wouldn't be an exhaustive list of options but would provide the out of the box implementations that the upstream authors provided, if any.

@whwalter whwalter changed the title Ingerface Field Builders Interface Field Builders Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant