forked from grpc/grpc-swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate client service name and proto service comments
Motivation: It can be useful to know the service path a client is for, particularly when constructing calls manually. Additionally, we include the methods comments for RPCs but not the service comments, they may be helpful in some cases. Modifications: - Generate the 'serviceName' for the client - Generate the proto source comments for the client and server Result: - Generated code is a touch more useful - Resolves grpc#962, grpc#1036
- Loading branch information
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters