# Functions
No description provided by the author
No description provided by the author
RegisterHelloHTTPHandler define http router handle by gin.
No description provided by the author
# Variables
No description provided by the author
Hello_ServiceDesc is the grpc.ServiceDesc for Hello service.
# Structs
No description provided by the author
AddRequestValidationError is the validation error returned by AddRequest.Validate if the designated constraints aren't met.
No description provided by the author
AddResponseValidationError is the validation error returned by AddResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetRequestValidationError is the validation error returned by GetRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetResponseValidationError is the validation error returned by GetResponse.Validate if the designated constraints aren't met.
HelloHTTPClientImpl implement HelloHTTPClient.
UnimplementedHelloServer must be embedded to have forward compatible implementations.
# Interfaces
HelloClient is the client API for Hello service.
HelloHTTPClient defines call HelloServer client.
这里定义 handler interface.
HelloServer is the server API for Hello service.
UnsafeHelloServer may be embedded to opt out of forward compatibility for this service.
No description provided by the author
# Type aliases
AddRequestMultiError is an error wrapping multiple validation errors returned by AddRequest.ValidateAll() if the designated constraints aren't met.
AddResponseMultiError is an error wrapping multiple validation errors returned by AddResponse.ValidateAll() if the designated constraints aren't met.
GetRequestMultiError is an error wrapping multiple validation errors returned by GetRequest.ValidateAll() if the designated constraints aren't met.
GetResponseMultiError is an error wrapping multiple validation errors returned by GetResponse.ValidateAll() if the designated constraints aren't met.