Versions in this module Expand all Collapse all v1 v1.0.0 Jun 18, 2014 Changes in this version + type Config struct + DBOptions Options + SessionOptions sessions.Options + type Options struct + BucketName []byte + type Store struct + func New(db *bolt.DB, config Config, keyPairs ...[]byte) (*Store, error) + func (s *Store) Get(r *http.Request, name string) (*sessions.Session, error) + func (s *Store) New(r *http.Request, name string) (*sessions.Session, error) + func (s *Store) Save(r *http.Request, w http.ResponseWriter, session *sessions.Session) error