boltstore/store/options.go
2014-06-18 11:50:40 +09:00

8 lines
178 B
Go

package store
// Options represents options for a database.
type Options struct {
// BucketName represents the name of the bucket which contains sessions.
BucketName []byte
}