#pragma once #include #include namespace config::client { struct CollectorConfig { std::vector> disks{{"R", "/"}}; }; } // namespace config::client