# Functions
No description provided by the author
RegisterEchoServiceHandler registers the http handlers for service EchoService to "mux".
RegisterEchoServiceHandlerClient registers the http handlers for service EchoService to "mux".
RegisterEchoServiceHandlerFromEndpoint is same as RegisterEchoServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterEchoServiceHandlerServer registers the http handlers for service EchoService to "mux".
No description provided by the author
# Constants
No description provided by the author
# Variables
EchoService_ServiceDesc is the grpc.ServiceDesc for EchoService service.
No description provided by the author
# Structs
No description provided by the author
EchoRequestValidationError is the validation error returned by EchoRequest.Validate if the designated constraints aren't met.
No description provided by the author
EchoResponseValidationError is the validation error returned by EchoResponse.Validate if the designated constraints aren't met.
UnimplementedEchoServiceServer must be embedded to have forward compatible implementations.
# Interfaces
EchoServiceClient is the client API for EchoService service.
EchoServiceServer is the server API for EchoService service.
UnsafeEchoServiceServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
EchoRequestMultiError is an error wrapping multiple validation errors returned by EchoRequest.ValidateAll() if the designated constraints aren't met.
EchoResponseMultiError is an error wrapping multiple validation errors returned by EchoResponse.ValidateAll() if the designated constraints aren't met.