You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-daemon/mediarepo-worker/src/scheduler.rs

8 lines
103 B
Rust

use mediarepo_logic::dao::repo::Repo;
pub struct Scheduler {
pub repo: Repo,
}
impl Scheduler {}