Home
last modified time | relevance | path

Searched refs:UnaryClientInterceptor (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/
Dinterceptor.go31 type UnaryClientInterceptor func(ctx context.Context, method string, req, reply interface{}, cc *Cl… type
Dclientconn.go100 unaryInt UnaryClientInterceptor
399 func WithUnaryInterceptor(f UnaryClientInterceptor) DialOption { argument