Function init_seed_spec_fetcher

Source
pub fn init_seed_spec_fetcher(
    base_url: String,
    jwt_key: Arc<JwtKey>,
) -> Result<()>
Expand description

Initialize the global spec fetcher for seeding. Must be called once before any seeding operations.