Function list_postgres_replication_slot

Source
pub async fn list_postgres_replication_slot(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<Vec<SlotList>, Error<ListPostgresReplicationSlotError>>