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.
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.