diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-15 10:23:00 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-15 10:23:00 -0700 |
commit | e68bc0b4530475503afb34956dfb915673af919c (patch) | |
tree | c1747819b8499d03e4a5348b1f42d1c22b73e3f2 /bucket.go | |
parent | Merge pull request #30 from benbjohnson/examples (diff) | |
download | dedo-e68bc0b4530475503afb34956dfb915673af919c.tar.gz dedo-e68bc0b4530475503afb34956dfb915673af919c.tar.xz |
Add bucket sequence.
Diffstat (limited to 'bucket.go')
-rw-r--r-- | bucket.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ type Bucket struct { // bucket represents the on-file representation of a bucket. type bucket struct { root pgid + sequence uint64 } // Name returns the name of the bucket. |