Categorygithub.com/hypertrace/goagentinstrumentationopentelemetrygoogle.golang.orghypergrpcinternalhelloworld
# 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
Greeter_ServiceDesc is the grpc.ServiceDesc for Greeter service.
# Structs
The response message containing the greetings.
The request message containing the user's name.
No description provided by the author
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.
UnsafeGreeterServer may be embedded to opt out of forward compatibility for this service.