-
Notifications
You must be signed in to change notification settings - Fork 624
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
wire: add "subtract" command #8
Comments
Another idea is to have Use cases might be:
Again, you'd be kind of hosed; you'd have to explicitly add all of the providers in
|
@zombiezen Any chance this will be worked on? Will a PR be accepted if I implement this? This one seems useful for mocking purpose for me. |
I have same issue here, Just want to change the timeout value in the default server's driver. :( |
This seems reasonable to me, but I haven't been working on Wire for a while. @vangent, WDYT? |
@eliben can you add the new owners for this repo? |
|
If someone wants to "override" a set of providers from a larger set, it would be helpful to have the gowire tool output the minimal code to create a new provider set that "carves out" the given provider from the set. Ideal workflow:
Perhaps this would include an interactive mode that shows you everything in the provider set and lets you pick which types to remove by menu, since typing type names is arduous.
The text was updated successfully, but these errors were encountered: