boltstore/options.go
2014-06-14 03:36:36 +09:00

8 lines
127 B
Go

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