//
pkg.gl
Category
github.com/grafana/xk6-grpc
lib
netext
grpcext
package
0.1.3
Repository:
https://github.com/grafana/xk6-grpc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
24
Dependents
1
Files
498 SLOC
#
Functions
DebugStat
DebugStat prints debugging information based on RPCStats.
DefaultOptions
DefaultOptions generates an option set with common options for requests from a VU.
Dial
Dial establish a gRPC connection.
#
Variables
ErrCanceled
ErrCanceled canceled by client (k6).
#
Structs
Conn
Conn is a gRPC client connection.
Request
Request represents a gRPC request.
Response
Response represents a gRPC response.
Stream
Stream is the wrapper around the grpc.ClientStream with some handy methods.
StreamRequest
StreamRequest represents a gRPC stream request.