|
ORE Studio 0.0.4
|
Service for managing asset images. More...
#include <assets_service.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| assets_service (context ctx) | |
| Constructs an assets_service with a database context. | |
| std::vector< domain::image > | get_images (const std::vector< std::string > &image_ids) |
| Retrieves images by their IDs. | |
Service for managing asset images.
Provides a higher-level interface for image operations, wrapping the underlying repositories.
|
explicit |
Constructs an assets_service with a database context.
| ctx | The database context for operations. |
| std::vector< domain::image > get_images | ( | const std::vector< std::string > & | image_ids | ) |
Retrieves images by their IDs.
| image_ids | The IDs of the images to retrieve. |