type google.golang.org/grpc.UnaryServerInfo
4 uses
google.golang.org/grpc (current package)
interceptor.go#L67: type UnaryServerInfo struct {
interceptor.go#L87: type UnaryServerInterceptor func(ctx context.Context, req interface{}, info *UnaryServerInfo, handler UnaryHandler) (resp interface{}, err error)
server.go#L1153: return func(ctx context.Context, req interface{}, info *UnaryServerInfo, handler UnaryHandler) (interface{}, error) {
server.go#L1158: func getChainUnaryHandler(interceptors []UnaryServerInterceptor, curr int, info *UnaryServerInfo, finalHandler UnaryHandler) UnaryHandler {