package
0.0.0-20241030143838-e6fb9f202223
Repository: https://github.com/codefish-xiao/blogs.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterHelloHandler registers the http handlers for service Hello to "mux".
RegisterHelloHandlerClient registers the http handlers for service Hello to "mux".
RegisterHelloHandlerFromEndpoint is same as RegisterHelloHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterHelloHandlerServer registers the http handlers for service Hello to "mux".
No description provided by the author

# Variables

No description provided by the author
Hello_ServiceDesc is the grpc.ServiceDesc for Hello service.

# Structs

定义发送请求信息.
HelloRequestValidationError is the validation error returned by HelloRequest.Validate if the designated constraints aren't met.
定义响应信息.
HelloRespValidationError is the validation error returned by HelloResp.Validate if the designated constraints aren't met.
UnimplementedHelloServer must be embedded to have forward compatible implementations.

# Interfaces

HelloClient is the client API for Hello service.
HelloServer is the server API for Hello service.
UnsafeHelloServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

HelloRequestMultiError is an error wrapping multiple validation errors returned by HelloRequest.ValidateAll() if the designated constraints aren't met.
HelloRespMultiError is an error wrapping multiple validation errors returned by HelloResp.ValidateAll() if the designated constraints aren't met.