# README
Testing gRPC Application
This directory contains a testing application for validating the New Relic gRPC
integration. The code in testapp.pb.go
is generated using the following
command (to be run from the v3/integrations/nrgrpc
directory). This command
should be rerun every time the testapp.proto
file has changed for any reason.
$ protoc -I testapp/ testapp/testapp.proto --go_out=plugins=grpc:testapp
To install required dependencies:
go get -u google.golang.org/grpc
go get -u github.com/golang/protobuf/protoc-gen-go
# Functions
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TestApplicationClient is the client API for TestApplication service.
TestApplicationServer is the server API for TestApplication service.