20#ifndef ORES_CONNECTIONS_GENERATORS_ENVIRONMENT_TAG_GENERATOR_HPP
21#define ORES_CONNECTIONS_GENERATORS_ENVIRONMENT_TAG_GENERATOR_HPP
24#include "ores.connections/domain/environment_tag.hpp"
26namespace ores::connections::generators {
31domain::environment_tag generate_synthetic_environment_tag();
36domain::environment_tag generate_synthetic_environment_tag(
37 const boost::uuids::uuid& environment_id,
38 const boost::uuids::uuid& tag_id);
43std::vector<domain::environment_tag> generate_synthetic_environment_tags(std::size_t n);