Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithClientStreamInterceptor ¶
func WithClientStreamInterceptor(k *keploy.Keploy) grpc.DialOption
WithClientStreamInterceptor function adds streaming interceptor to store its response as external dependencies. It should be called in grpc.Dial method.
app parameter is the pointer to app instance of API. It should not be nil.
TODO: Add support for bidirectional streaming.
func WithClientUnaryInterceptor ¶
func WithClientUnaryInterceptor(k *keploy.Keploy) grpc.DialOption
WithClientUnaryInterceptor function adds unary client interceptor to store its response as external dependencies. It should be called in grpc.Dial method.
app parameter is the pointer to app instance of API. It should not be nil.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.