- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for WithLockRetention (0.33 sec)
-
internal/bucket/lifecycle/evaluator.go
// NewEvaluator - creates a new evaluator with the given lifecycle func NewEvaluator(policy Lifecycle) *Evaluator { return &Evaluator{ policy: policy, } } // WithLockRetention - sets the lock retention configuration for the evaluator func (e *Evaluator) WithLockRetention(lr *objlock.Retention) *Evaluator { e.lockRetention = lr return e } // WithReplicationConfig - sets the replication configuration for the evaluator
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Apr 08 15:41:24 UTC 2025 - 4.6K bytes - Viewed (0)