go.etcd.io/bbolt.Bucket.Sequence (method)

2 uses

	go.etcd.io/bbolt (current package)
		bucket.go#L340: func (b *Bucket) Sequence() uint64 { return b.bucket.sequence }

	src.elv.sh/pkg/store
		cmd.go#L22: 		seq = b.Sequence() + 1