package
0.0.0-20230506080014-e35edbe2dcae
Repository: https://github.com/iamrajiv/basic-arithmetic-grpc-server.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterArithmeticHandler registers the http handlers for service Arithmetic to "mux".
RegisterArithmeticHandlerClient registers the http handlers for service Arithmetic to "mux".
RegisterArithmeticHandlerFromEndpoint is same as RegisterArithmeticHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterArithmeticHandlerServer registers the http handlers for service Arithmetic to "mux".
No description provided by the author

# Variables

Arithmetic_ServiceDesc is the grpc.ServiceDesc for Arithmetic service.
No description provided by the author

# Structs

The request message containing the two integers.
The response message containing the result.
UnimplementedArithmeticServer should be embedded to have forward compatible implementations.

# Interfaces

ArithmeticClient is the client API for Arithmetic service.
ArithmeticServer is the server API for Arithmetic service.
UnsafeArithmeticServer may be embedded to opt out of forward compatibility for this service.