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
When writing fx.Modules, it may be desirable sometimes to be able to run the Invoke at the root-module level.
We can do this by exposing an InvokeOption that can be passed to fx.Invoke.
Internal Ref: GO-1676
The text was updated successfully, but these errors were encountered:
What is the expected difference in behavior between Invoke in an fx.Module vs Invoke at the root level?
Invoke
fx.Module
Also, the internal ticket GO-1676 is closed Won't Do. Perhaps this issue should be closed as well?
Sorry, something went wrong.
sywhang
No branches or pull requests
When writing fx.Modules, it may be desirable sometimes to be able to run the Invoke at the root-module level.
We can do this by exposing an InvokeOption that can be passed to fx.Invoke.
Internal Ref: GO-1676
The text was updated successfully, but these errors were encountered: