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 PGStore struct + func New(db *sql.DB, cleanupInterval time.Duration) *PGStore + func (p *PGStore) Delete(token string) error + func (p *PGStore) Find(token string) (b []byte, exists bool, err error) + func (p *PGStore) Save(token string, b []byte, expiry time.Time) error + func (p *PGStore) StopCleanup()