- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for statusMap (0.06 sec)
-
cmd/bucket-replication-utils.go
func (v VersionPurgeStatusType) Pending() bool { return v == Pending || v == Failed } type replicationResyncer struct { // map of bucket to their resync status statusMap map[string]BucketReplicationResyncStatus workerSize int resyncCancelCh chan struct{} workerCh chan struct{} sync.RWMutex } const ( replicationDir = ".replication"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jun 10 15:31:51 UTC 2024 - 26.3K bytes - Viewed (0)