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