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
Use
type PluginImpl interface { Name() string Driver() string }
type PluginDetails struct{ Name, Driver string }
x-sc-plugins
Operation
If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features are important to you. 👍
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use
method which accepts any type implementing an interface which looks like:Use
may be called multiple times. Simply add the plugins passed to it in an internal array.Use
can accept multiple plugins in a single invocation. Consider spreading input parameter.x-sc-plugins
extension in the OpenAPIOperation
Object of each registered handler.The text was updated successfully, but these errors were encountered: