//
pkg.gl
Category
github.com/grafana/xk6-disruptor
pkg
testutils
grpc
package
0.3.12
Repository:
https://github.com/grafana/xk6-disruptor.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
16 SLOC
#
Packages
dynamic
Package dynamic implements a dynamic grpc client It requires the server to be registered to the grpc reflection Service.
ping
Package ping provides a grpc service for testing The service allows controlling the response returned by the server including the generation of specific errors.
#
Functions
BuffconnDialer
BuffconnDialer is a context dialer that can be used with the grpc.WithContextDialer DialOption It returns a connection to a buffconn Listener.
#
Type aliases
ContextDialer
ContextDialer defines a function that returns a connection for a context.