Versions in this module Expand all Collapse all v0 v0.1.1 Aug 6, 2017 v0.1.0 Jun 10, 2017 Changes in this version + type BoltStore struct + func New(db *bolt.DB, cleanupInterval time.Duration) *BoltStore + func (bs *BoltStore) Delete(token string) error + func (bs *BoltStore) Find(token string) (b []byte, exists bool, err error) + func (bs *BoltStore) Save(token string, b []byte, expiry time.Time) error + func (bs *BoltStore) StopCleanup()