# Functions
No description provided by the author
RegisterEchoHandler registers the http handlers for service Echo to "mux".
RegisterEchoHandlerClient registers the http handlers for service Echo to "mux".
RegisterEchoHandlerFromEndpoint is same as RegisterEchoHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterEchoHandlerServer registers the http handlers for service Echo to "mux".
No description provided by the author
# Variables
No description provided by the author
# Structs
A Request message.
A Response message.
UnimplementedEchoServer can be embedded to have forward compatible implementations.
# Interfaces
EchoClient is the client API for Echo service.
EchoServer is the server API for Echo service.