Searched refs:UnaryClientInterceptor (Results 1 – 2 of 2) sorted by relevance
31 type UnaryClientInterceptor func(ctx context.Context, method string, req, reply interface{}, cc *Cl… type
100 unaryInt UnaryClientInterceptor399 func WithUnaryInterceptor(f UnaryClientInterceptor) DialOption { argument