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
As for method:
func (d *dynamicPluginServiceImpl) Update(_ context.Context){ }
the param is omited, but in zz_generated.ioc.go :
func (d *dynamicPluginServiceImpl_) Update(_ contextx.Context) { return d.Update_(_, req) // compile error }
The proxy struct stub param should not include omited param, and should generated a new var. Although it's useless.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As for method:
the param is omited, but in zz_generated.ioc.go :
The proxy struct stub param should not include omited param, and should generated a new var. Although it's useless.
The text was updated successfully, but these errors were encountered: