bbolt/cmd/bolt
Ben Johnson 2505b9a7dc Return bucket from CreateBucket() functions.
This commit changes the API for:

    Tx.CreateBucket()
    Tx.CreateBucketIfNotExists()
    Bucket.CreateBucket()
    Bucket.CreateBucketIfNotExists()

These functions now return the *Bucket and error instead of just the error.
2014-04-15 23:45:06 -04:00
..
buckets.go Add nested buckets. 2014-04-11 12:36:54 -06:00
buckets_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
check.go Add DB.Check(). 2014-03-29 14:22:32 -06:00
export.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
export_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
get.go Add nested buckets. 2014-04-11 12:36:54 -06:00
get_test.go Return bucket from CreateBucket() functions. 2014-04-15 23:45:06 -04:00
import.go Return bucket from CreateBucket() functions. 2014-04-15 23:45:06 -04:00
import_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
keys.go Add nested buckets. 2014-04-11 12:36:54 -06:00
keys_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00
main.go Add import/export to CLI. 2014-04-11 14:05:58 -06:00
main_test.go Add import/export to CLI. 2014-04-11 14:05:58 -06:00
pages.go Remove count and overflow columns for free pages on 'bolt pages'. 2014-04-02 07:44:54 -06:00
set.go Add nested buckets. 2014-04-11 12:36:54 -06:00
set_test.go Upgrade import/export to use nested buckets. 2014-04-11 14:59:46 -06:00