20#ifndef ORES_CONNECTIONS_GENERATORS_ENVIRONMENT_GENERATOR_HPP
21#define ORES_CONNECTIONS_GENERATORS_ENVIRONMENT_GENERATOR_HPP
24#include <boost/uuid/uuid.hpp>
25#include "ores.connections/domain/environment.hpp"
26#include "ores.utility/generation/generation_context.hpp"
28namespace ores::connections::generators {
33domain::environment generate_synthetic_environment(
34 utility::generation::generation_context& ctx);
39domain::environment generate_synthetic_environment(
40 utility::generation::generation_context& ctx,
41 const boost::uuids::uuid& folder_id);
46std::vector<domain::environment> generate_synthetic_environments(
47 std::size_t n, utility::generation::generation_context& ctx);