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
RuntimeClientPlugin
SymbolProvider
RuntimeClientPlugin is used for a variety of codegen points, e.g. middleware registration:
smithy-go/codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/RuntimeClientPlugin.java
Line 138 in 7be1336
However, middleware registration typically needs access to a symbol provider to correctly get the name of functions and such.
There should be a way to expose the symbol provider in RuntimeClientPlugin.
The text was updated successfully, but these errors were encountered:
getClientPlugins should also probably thread through the model and service shape / id much like the other integration APIs do (#467 (comment)).
getClientPlugins
Sorry, something went wrong.
No branches or pull requests
RuntimeClientPlugin
is used for a variety of codegen points, e.g. middleware registration:smithy-go/codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/RuntimeClientPlugin.java
Line 138 in 7be1336
However, middleware registration typically needs access to a symbol provider to correctly get the name of functions and such.
There should be a way to expose the symbol provider in
RuntimeClientPlugin
.The text was updated successfully, but these errors were encountered: