Use functional options for resourcex.Unmarshal #199
Labels
enhancement
New feature or request
impact/breaking
Fixing this issue will require a breaking change
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/enhancement
Improvements or new features
Currently, the call normally looks like:
This would be a little neater if using functional arguments such as
as then the minimal usage would be:
This would also avoid possible breaking changes on the public interface later on.
The text was updated successfully, but these errors were encountered: