# Functions
NewStreamServer is similar to NewUnaryServer except it is used for streaming endpoints.
NewUnaryServer returns a server middleware that sends AWS X-Ray segments to the daemon running at the given address.
StreamClient is the streaming endpoint middleware equivalent for UnaryClient.
UnaryClient middleware creates XRay subsegments if a segment is found in the context and stores the subsegment to the context.
# Structs
GRPCSegment represents an AWS X-Ray segment document for gRPC services.