* 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 <dfawley@google.com>