boltstore/store/options.go

8 lines
178 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 {
2014-06-18 06:50:40 +04:00
// BucketName represents the name of the bucket which contains sessions.
2014-06-13 22:36:36 +04:00
BucketName []byte
}