# Functions
No description provided by the author
RegisterHelloServiceHandler registers the http handlers for service HelloService to "mux".
RegisterHelloServiceHandlerClient registers the http handlers for service HelloService to "mux".
RegisterHelloServiceHandlerFromEndpoint is same as RegisterHelloServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterHelloServiceHandlerServer registers the http handlers for service HelloService to "mux".
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
HelloService_ServiceDesc is the grpc.ServiceDesc for HelloService service.
# Structs
No description provided by the author
SayReqValidationError is the validation error returned by SayReq.Validate if the designated constraints aren't met.
No description provided by the author
SayRespValidationError is the validation error returned by SayResp.Validate if the designated constraints aren't met.
UnimplementedHelloServiceServer must be embedded to have forward compatible implementations.
# Interfaces
HelloServiceClient is the client API for HelloService service.
HelloServiceServer is the server API for HelloService service.
UnsafeHelloServiceServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
SayReqMultiError is an error wrapping multiple validation errors returned by SayReq.ValidateAll() if the designated constraints aren't met.
SayRespMultiError is an error wrapping multiple validation errors returned by SayResp.ValidateAll() if the designated constraints aren't met.