get_images

Function get_images 

Source
pub async fn get_images(
    infra: &InfraContext<'_>,
    token: &str,
    params: &GetImagesParams,
) -> Result<Vec<(Image, String, String, bool)>, Error>
Expand description

Fetch images and their associated details from the backend.

Returns tuples of (Image, CFS config name, HSM groups string, bool).