Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for releases (0.15 sec)

  1. cmd/admin-heal-ops.go

    	} else {
    		r.ResultIndex = 1 + h.lastSentResultIndex
    	}
    
    	// append to results
    	h.currentStatus.Items = append(h.currentStatus.Items, r)
    
    	// release lock
    	h.mutex.Unlock()
    
    	return nil
    }
    
    // healSequenceStart - this is the top-level background heal
    // routine. It launches another go-routine that actually traverses
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 25.1K bytes
    - Viewed (1)
Back to top