// SPDX-License-Identifier: Apache-2.0
// Copyright 2026 Dante Doménech Martinez dante19031999@gmail.com
use Client;
use crateConfig;
/// Shared state and configuration for the Loki service.
///
/// This struct is typically wrapped in an [`Arc`][`std::sync::Arc`] to be shared between the
/// frontend logger and the background worker thread.