1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 01:45:22 +02:00

Able to change mirror interval now

This commit is contained in:
Unknown 2014-04-12 22:30:00 -04:00
parent 52b4ab2aa5
commit c9a1eb4789
6 changed files with 60 additions and 6 deletions

View file

@ -62,6 +62,7 @@ type Context struct {
HTTPS string
Git string
}
*models.Mirror
}
}