Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expiryWorker (1.4 sec)

  1. cmd/data-scanner_test.go

    					Bucket: "dest-bucket",
    				},
    			},
    		},
    	}
    	lr := objectlock.Retention{
    		Mode:        objectlock.RetCompliance,
    		Validity:    12 * time.Hour,
    		LockEnabled: true,
    	}
    
    	expiryWorker := func(wg *sync.WaitGroup, readyCh chan<- struct{}, taskCh <-chan expiryOp, gotExpired *[]ObjectToDelete) {
    		defer wg.Done()
    		// signal the calling goroutine that the worker is ready tor receive tasks
    		close(readyCh)
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 12K bytes
    - Viewed (0)
Back to top