Function backend::service::base_layer_images::find

source ·
pub async fn find(
    app_data: &Data<AppDataInner>,
    layer_id: Uuid,
) -> Result<Vec<BaseLayerImageDto>, ServiceError>
Expand description

Fetch all base layer images for the layer from the database.

§Errors

If the connection to the database could not be established.