mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #98] Swift gRPC plugin for protoc #59
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @r-plus on GitHub (Mar 31, 2022).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/98
We should write all of the
YourClientInterceptorFactoryProtocolprotocol defined methods for gRPC like this.It would be nice if it could be generated automatically by grpc plugin including AtlantisInterceptor implementation that wrote on README to reduce the hassle like swift-grpc plugin.
@NghiaTranUIT commented on GitHub (Apr 10, 2022):
Thanks but I'm not sure how to tackle this.
@r-plus commented on GitHub (Aug 22, 2022):
In past, I thought creating protoc plugin for this purpose is good idea.
But now I'm thinking creating plugin plan that generated code will completely depend on grpc-swift's protoc-gen-grpc-swift is not good for Atlantis.
Thanks.
I'll open issue when I got more good robust idea.