package
1.51.4
Repository: https://github.com/lfch/grpc.git
Documentation: pkg.go.dev

# Functions

StartServer makes a new Server and gets it to start listening on a local port for gRPC requests.

# Structs

Request wraps the request protobuf (xds/LRS) and error received by the Server in a call to stream.Recv().
Response wraps the response protobuf (xds/LRS) and error that the Server should send out to the client through a call to stream.Send().
Server is a fake implementation of xDS and LRS protocols.