pub async fn get_configurations(
infra: &InfraContext<'_>,
token: &str,
params: &GetConfigurationParams,
) -> Result<Vec<CfsConfigurationResponse>, Error>Expand description
Fetch and filter CFS configurations from the backend.
pub async fn get_configurations(
infra: &InfraContext<'_>,
token: &str,
params: &GetConfigurationParams,
) -> Result<Vec<CfsConfigurationResponse>, Error>Fetch and filter CFS configurations from the backend.