forked from vieter-v/vieter
Start of cron implementation
This commit is contained in:
parent
8b2900d7f3
commit
41ee08045b
3 changed files with 35 additions and 0 deletions
7
src/cron/cron.v
Normal file
7
src/cron/cron.v
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
module cron
|
||||
|
||||
import git
|
||||
|
||||
pub fn cron(conf Config) ? {
|
||||
repos_map := git.get_repos(conf.address, conf.api_key) ?
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue