pub async fn get_groups(
infra: &InfraContext<'_>,
token: &str,
params: &GetGroupParams,
) -> Result<Vec<Group>, Error>Expand description
Fetch HSM groups from the backend.
pub async fn get_groups(
infra: &InfraContext<'_>,
token: &str,
params: &GetGroupParams,
) -> Result<Vec<Group>, Error>Fetch HSM groups from the backend.