package tdb import ( bolt "go.etcd.io/bbolt" ) type BucketAction func(b *bolt.Bucket) error