package
0.17.0
Repository: https://github.com/hypertrace/goagent.git
Documentation: pkg.go.dev

# README

HelloWorld proto example

Generate Go code:

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

protoc \
--go_out=Mgrpc/service_config/service_config.proto=/internal/proto/grpc_service_config:. \
--go-grpc_out=Mgrpc/service_config/service_config.proto=/internal/proto/grpc_service_config:. \
--go_opt=paths=source_relative \
--go-grpc_opt=paths=source_relative \
helloworld.proto

# Functions

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

# Variables

No description provided by the author

# Structs

The response message containing the greetings.
The request message containing the user's name.
UnimplementedGreeterServer must be embedded to have forward compatible implementations.

# Interfaces

GreeterClient is the client API for Greeter service.
GreeterServer is the server API for Greeter service.