Versions in this module Expand all Collapse all v0 v0.19.4 May 24, 2023 Changes in this version + func AddPullMirrorToQueue(repoID int64) + func AddPushMirrorToQueue(mirrorID int64) + func PushToQueue(mirrorType SyncType, referenceID int64) error + func StartSyncMirrors(queueHandle func(data ...*SyncRequest) []*SyncRequest) + type SyncRequest struct + ReferenceID int64 + Type SyncType + type SyncType int + const PullMirrorType + const PushMirrorType