(ctx context.Context, id ID)
| 150 | } |
| 151 | |
| 152 | func (q *Queue) DeleteCommit(ctx context.Context, id ID) error { |
| 153 | return q.engine.Delete(ctx, q.uri(id)) |
| 154 | } |
| 155 | |
| 156 | func (q *Queue) Open(ctx context.Context, head, tail ID) (io.Reader, error) { |
| 157 | if head == Nil { |