forked from grpc/grpc-go
-
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.
grpc: add docs for generic stream interfaces (grpc#7470)
* Adding Inline comments for stream interfaces in stream_interfaces.go * Updating the Inline comments for stream interface in detail * Removing Inline comments for parent interfaces(ClientStream,ServerStream) * Updating the description of stream interfaces in stream_interfaces.go file * Updated the description as per the comments * Updating the description as per the comments addressed * Updating the description as per the comments addressed * Reverting generated code line * Removing extra space in generated code line * Updated the stream interfaces description as per the documentation and comments * Moving error and end of stream to interface docstring * dummy commit for re-trigger * Moved bidi handler line to interface docstring, updated the send in server stream and moved error lines to separate line * Fixed linter issues for superfluous-else, increment-decrement, indent-error-flow, var-declaration * Reverting context-as-argument in server.go * Revert "Optimising the code by fixing var-declaration, indent-error-flow, increment-decrement, superfluous-else" * Formatting comments and updating the docstring * Formatting comments * Updated the description by adding newline before the sentence. * updating file for format description * Doc updates * Remove leading spaces * Add comment to explain how to close streams from Servers --------- Co-authored-by: Doug Fawley <[email protected]>
- Loading branch information
1 parent
005b092
commit 52961f7
Showing
1 changed file
with
86 additions
and
0 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