20#ifndef ORES_CONNECTIONS_DOMAIN_CONNECTION_TAG_HPP
21#define ORES_CONNECTIONS_DOMAIN_CONNECTION_TAG_HPP
23#include <boost/uuid/uuid.hpp>
25namespace ores::connections::domain {
Junction type for the many-to-many relationship between connections and tags.
Definition connection_tag.hpp:34
boost::uuids::uuid tag_id
The tag being applied.
Definition connection_tag.hpp:43
boost::uuids::uuid connection_id
The connection being tagged.
Definition connection_tag.hpp:38