Versions in this module Expand all Collapse all v0 v0.4.0 Jan 7, 2025 Changes in this version + type DB struct + func GetByTMSId(sp token.ServiceProvider, tmsID token.TMSID) (*DB, error) + func (d *DB) NewTransaction() (*Transaction, error) + type Holder = db.DriverHolder[*DB, driver.TokenDB, driver.TokenDBDriver] + func NewHolder(drivers []db.NamedDriver[driver.TokenDBDriver]) *Holder + type Manager = db.Manager[*DB, driver.TokenDB, driver.TokenDBDriver] + type Notifier struct + type NotifierHolder = db.DriverHolder[*Notifier, driver.TokenNotifier, driver.TokenNotifierDriver] + func NewNotifierHolder(drivers []db.NamedDriver[driver.TokenNotifierDriver]) *NotifierHolder + type NotifierManager = db.Manager[*Notifier, driver.TokenNotifier, driver.TokenNotifierDriver] + type TokenRecord = driver.TokenRecord + type Transaction struct