Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UserStats (0.2 sec)

  1. cmd/site-replication.go

    			}
    		}
    	}
    	for u, stat := range sinfo.UserStats {
    		for dID, st := range stat {
    			if st.PolicyMismatch || st.UserInfoMismatch || opts.Entity == madmin.SRUserEntity {
    				if _, ok := info.UserStats[u]; !ok {
    					info.UserStats[u] = make(map[string]madmin.SRUserStatsSummary, numSites)
    				}
    				info.UserStats[u][dID] = st.SRUserStatsSummary
    			}
    		}
    	}
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 184.1K bytes
    - Viewed (1)
Back to top