Home
last modified time | relevance | path

Searched refs:mirrorSyncResult (Results 1 – 1 of 1) sorted by relevance

/dports/www/gitea/gitea-1.16.5/services/mirror/
H A Dmirror_pull.go69 type mirrorSyncResult struct { struct
76 func parseRemoteUpdateOutput(output string) []*mirrorSyncResult {
77 results := make([]*mirrorSyncResult, 0, 3)
95 results = append(results, &mirrorSyncResult{
100 results = append(results, &mirrorSyncResult{
118 results = append(results, &mirrorSyncResult{
134 results = append(results, &mirrorSyncResult{
185 func runSync(ctx context.Context, m *repo_model.Mirror) ([]*mirrorSyncResult, bool) {
489 …eEmptyRepository(m *repo_model.Mirror, gitRepo *git.Repository, results []*mirrorSyncResult) bool { argument