headless_lms_server::programs::seed::seed_courses

Function seed_cs_course_material

Source
pub async fn seed_cs_course_material(
    db_pool: &Pool<Postgres>,
    org: Uuid,
    teacher_user_id: Uuid,
    langs_user_id: Uuid,
    base_url: String,
) -> Result<Uuid>