boltstore/store/options.go
2014-06-15 01:15:10 +09:00

7 lines
104 B
Go

package store
// Options represents options for a database.
type Options struct {
BucketName []byte
}