tdb/actions.go

8 lines
95 B
Go

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