Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/bucket-replication-utils.go

    	ID         int                                      `json:"id" msg:"id"`
    	LastUpdate time.Time                                `json:"lastUpdate" msg:"lu"`
    }
    
    func (rs *BucketReplicationResyncStatus) cloneTgtStats() (m map[string]TargetReplicationResyncStatus) {
    	m = make(map[string]TargetReplicationResyncStatus)
    	for arn, st := range rs.TargetsMap {
    		m[arn] = st
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 26.2K bytes
    - Viewed (0)
Back to top