package
0.0.0-20221025084023-da98b6b18f03
Repository: https://github.com/linhbkhn95/rpc-service.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterExampleServiceHandler registers the http handlers for service ExampleService to "mux".
RegisterExampleServiceHandlerClient registers the http handlers for service ExampleService to "mux".
RegisterExampleServiceHandlerFromEndpoint is same as RegisterExampleServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterExampleServiceHandlerServer registers the http handlers for service ExampleService to "mux".
No description provided by the author

# Variables

ExampleService_ServiceDesc is the grpc.ServiceDesc for ExampleService service.
No description provided by the author

# Structs

SayGoodbyeRequest ...
SayGoodbyeRequestValidationError is the validation error returned by SayGoodbyeRequest.Validate if the designated constraints aren't met.
SayGoodbyeResponse ...
SayGoodbyeResponseValidationError is the validation error returned by SayGoodbyeResponse.Validate if the designated constraints aren't met.
SayHelloRequest defines a hello request term.
SayHelloRequestValidationError is the validation error returned by SayHelloRequest.Validate if the designated constraints aren't met.
SayHelloResponse ...
SayHelloResponseValidationError is the validation error returned by SayHelloResponse.Validate if the designated constraints aren't met.
UnimplementedExampleServiceServer should be embedded to have forward compatible implementations.

# Interfaces

ExampleServiceClient is the client API for ExampleService service.
ExampleServiceServer is the server API for ExampleService service.
UnsafeExampleServiceServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

SayGoodbyeRequestMultiError is an error wrapping multiple validation errors returned by SayGoodbyeRequest.ValidateAll() if the designated constraints aren't met.
SayGoodbyeResponseMultiError is an error wrapping multiple validation errors returned by SayGoodbyeResponse.ValidateAll() if the designated constraints aren't met.
SayHelloRequestMultiError is an error wrapping multiple validation errors returned by SayHelloRequest.ValidateAll() if the designated constraints aren't met.
SayHelloResponseMultiError is an error wrapping multiple validation errors returned by SayHelloResponse.ValidateAll() if the designated constraints aren't met.