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
List
For sysl endpoints
Simple "Simple Server" [package="simple"]: @basePath = "/simple" @go_package = "simple" /just-return-ok: GET: return ok
should remove List suffix in requestrouter.go, service.go, servicehandler.go, serviceinterface.go:
- // GetJustOkAndJustErrorList ... + // GetJustOkAndJustError ... - func (s *Client) GetJustOkAndJustErrorList(ctx context.Context, req *GetJustOkAndJustErrorListRequest) (*http.Header, error) { + func (s *Client) GetJustOkAndJustError(ctx context.Context, req *GetJustOkAndJustErrorRequest) (*http.Header, error) { // ... }
The text was updated successfully, but these errors were encountered:
@gkanz any context for why we add List suffix the first time?
Sorry, something went wrong.
No branches or pull requests
For sysl endpoints
should remove
List
suffix in requestrouter.go, service.go, servicehandler.go, serviceinterface.go:The text was updated successfully, but these errors were encountered: