Sequence returns the current integer for the bucket without incrementing it.
()
| 536 | |
| 537 | // Sequence returns the current integer for the bucket without incrementing it. |
| 538 | func (b *Bucket) Sequence() uint64 { |
| 539 | return b.InSequence() |
| 540 | } |
| 541 | |
| 542 | // SetSequence updates the sequence number for the bucket. |
| 543 | func (b *Bucket) SetSequence(v uint64) error { |