We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d790d commit 0987f0eCopy full SHA for 0987f0e
models/repo_mirror.go
@@ -90,7 +90,7 @@ func DeleteMirrorByRepoID(repoID int64) error {
90
return err
91
}
92
93
-// MirrorIterate iterates all mirror repositories.
+// MirrorsIterate iterates all mirror repositories.
94
func MirrorsIterate(f func(idx int, bean interface{}) error) error {
95
return x.
96
Where("next_update_unix<=?", time.Now().Unix()).
0 commit comments