# Functions
DebugStat prints debugging information based on RPCStats.
DefaultOptions generates an option set with common options for requests from a VU.
Dial establish a gRPC connection.
# Variables
ErrCanceled canceled by client (k6).
# Structs
Conn is a gRPC client connection.
InvokeRequest represents a unary gRPC request.
InvokeResponse represents a gRPC response.
Stream is the wrapper around the grpc.ClientStream with some handy methods.
StreamRequest represents a gRPC stream request.