pub async fn get_sessions(
infra: &InfraContext<'_>,
token: &str,
params: &GetSessionParams,
) -> Result<Vec<CfsSessionGetResponse>, Error>Expand description
Fetch and filter CFS sessions from the backend.
pub async fn get_sessions(
infra: &InfraContext<'_>,
token: &str,
params: &GetSessionParams,
) -> Result<Vec<CfsSessionGetResponse>, Error>Fetch and filter CFS sessions from the backend.