Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lriToLockEntry (0.09 sec)

  1. cmd/admin-handlers.go

    			dataUsageInfo.TotalUsedCapacity = dataUsageInfo.TotalCapacity - dataUsageInfo.TotalFreeCapacity
    		}
    	}
    
    	writeSuccessResponseJSON(w, dataUsageInfoJSON)
    }
    
    func lriToLockEntry(l lockRequesterInfo, now time.Time, resource, server string) *madmin.LockEntry {
    	t := time.Unix(0, l.Timestamp)
    	entry := &madmin.LockEntry{
    		Timestamp:  t,
    		Elapsed:    now.Sub(t),
    		Resource:   resource,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 04 11:32:32 UTC 2024
    - 99.7K bytes
    - Viewed (0)
Back to top