Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Jul 9, 2024
1 parent ec9292b commit d93ecfb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions storage/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,9 @@ func (q *Queue) doFlush(items []interface{}) {
// The index field acts as a Future for the entry's assigned index/error, and will
// hang until assign is called.
type entry struct {
data []byte
entryCtx context.Context
c chan IndexFunc
index IndexFunc
data []byte
c chan IndexFunc
index IndexFunc
}

// newEntry creates a new entry for the provided data.
Expand Down

0 comments on commit d93ecfb

Please sign in to comment.