pub async fn get_course_structure(
conn: &mut PgConnection,
course_id: Uuid,
file_store: &dyn FileStore,
app_conf: &ApplicationConfiguration,
) -> ModelResult<CourseStructure>
Expand description
Gets full course structure including all the pages.