Home
last modified time | relevance | path

Searched defs:TrashChore (Results 1 – 1 of 1) sorted by relevance

/dports/net/storj/storj-1.45.3/storagenode/pieces/
H A Dtrashchore.go18 type TrashChore struct { struct
19 log *zap.Logger
20 interval time.Duration
21 trashExpiryInterval time.Duration
22 store *Store
23 trust *trust.Pool
24 cycle *sync2.Cycle
25 started sync2.Fence
42 func (chore *TrashChore) Run(ctx context.Context) (err error) {
66 func (chore *TrashChore) TriggerWait(ctx context.Context) {
[all …]