package
1.2.1
Repository: https://github.com/nexcode/rpcplatform.git
Documentation: pkg.go.dev

# README

gRPC building instructions

The first thing you need is Protocol Buffer Compiler Installation.
Then install go plugins for the protocol compiler:

go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

Now you can rebuild this with the following command:

protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative sum.proto

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Variables

No description provided by the author
Sum_ServiceDesc is the grpc.ServiceDesc for Sum service.

# Structs

No description provided by the author
No description provided by the author
UnimplementedSumServer must be embedded to have forward compatible implementations.

# Interfaces

SumClient is the client API for Sum service.
SumServer is the server API for Sum service.
UnsafeSumServer may be embedded to opt out of forward compatibility for this service.