# README
proto
Protocol buffer definitions for examples.
Compilation
Execute the following command under the root directory of the project.
$ protoc --go_out=plugins=grpc,paths=source_relative:. ./examples/proto/*.proto
# Functions
No description provided by the author
No description provided by the author
# Interfaces
GreetingClient is the client API for Greeting service.
GreetingServer is the server API for Greeting service.