package
0.0.0-20241024095441-cbf6a1d3add7
Repository: https://github.com/dreamsxin/codeexamples.git
Documentation: pkg.go.dev
# Functions
MakeGreetingEndpoint constructs a Greeting endpoint.
MakeHealthEndpoint constructs a Health endpoint.
MakeServerEndpoints returns service Endoints.
# Structs
Endpoints collects all of the endpoints that compose a greeter service.
GreetingRequest collects the request parameters for the Greeting method.
GreetingResponse collects the response values for the Greeting method.
HealthRequest collects the request parameters for the Health method.
HealthResponse collects the response values for the Health method.