(_ context.Context, _ *frontendv1pb.NotifyClientShutdownRequest)
| 380 | } |
| 381 | |
| 382 | func (m *mockGrpcServiceHandler) NotifyClientShutdown(_ context.Context, _ *frontendv1pb.NotifyClientShutdownRequest) (*frontendv1pb.NotifyClientShutdownResponse, error) { |
| 383 | m.clientShutdownCalled.Store(true) |
| 384 | return &frontendv1pb.NotifyClientShutdownResponse{}, nil |
| 385 | } |
| 386 | |
| 387 | func (m *mockGrpcServiceHandler) NotifyQuerierShutdown(_ context.Context, _ *schedulerpb.NotifyQuerierShutdownRequest) (*schedulerpb.NotifyQuerierShutdownResponse, error) { |
| 388 | m.querierShutdownCalled.Store(true) |