- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for WithLockRetention (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Apr 08 15:41:24 GMT 2025 - 4.6K bytes - Click Count (0)