Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/bucket-replication-utils.go

    		if k.Replicate {
    			fmt.Fprintf(b, "%s=%s;", k.Arn, replication.Pending.String())
    		}
    	}
    	return b.String()
    }
    
    // ResyncDecision is a struct representing a map with target's individual resync decisions
    type ResyncDecision struct {
    	targets map[string]ResyncTargetDecision
    }
    
    // Empty returns true if no targets with resync decision present
    func (r ResyncDecision) Empty() bool {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 26.3K bytes
    - Viewed (0)
Back to top