boltstore/store/options.go

7 lines
104 B
Go
Raw Normal View History

2014-06-14 20:15:10 +04:00
package store
2014-06-13 22:36:36 +04:00
// Options represents options for a database.
type Options struct {
BucketName []byte
}