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 BuntStore struct + func New(db *buntdb.DB) *BuntStore + func (bs *BuntStore) Delete(token string) error + func (bs *BuntStore) Find(token string) (b []byte, exists bool, err error) + func (bs *BuntStore) Save(token string, b []byte, expiry time.Time) error