Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
DB is a database that stores token transactions related information
func GetByTMSId ¶
func (*DB) NewTransaction ¶
func (d *DB) NewTransaction() (*Transaction, error)
type Holder ¶
type Holder = db.DriverHolder[*DB, driver.TokenDB, driver.TokenDBDriver]
func NewHolder ¶
func NewHolder(drivers []db.NamedDriver[driver.TokenDBDriver]) *Holder
type Notifier ¶
type Notifier struct {
driver.TokenNotifier
}
type NotifierHolder ¶
type NotifierHolder = db.DriverHolder[*Notifier, driver.TokenNotifier, driver.TokenNotifierDriver]
func NewNotifierHolder ¶
func NewNotifierHolder(drivers []db.NamedDriver[driver.TokenNotifierDriver]) *NotifierHolder
type NotifierManager ¶
type NotifierManager = db.Manager[*Notifier, driver.TokenNotifier, driver.TokenNotifierDriver]
type TokenRecord ¶
type TokenRecord = driver.TokenRecord
type Transaction ¶
type Transaction struct {
driver.TokenDBTransaction
}
Click to show internal directories.
Click to hide internal directories.