Function get_provider_instances

Source
pub async fn get_provider_instances(
    pool: &Pool<MySql>,
    provider_id: i64,
    page: i64,
    page_size: i64,
) -> Result<Vec<Instance>>
Expand description

Fetch all the instances a provider is responsible for via the regions table between them, with pagination