type google.golang.org/grpc.UnaryServerInfo

6 uses

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

	google.golang.org/grpc/health/grpc_health_v1
		health_grpc.pb.go#L227: 	info := &grpc.UnaryServerInfo{
		health_grpc.pb.go#L245: 	info := &grpc.UnaryServerInfo{