Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier struct {
driver.TokenNotifier
}
type NotifierManager ¶
type NotifierManager db.StoreServiceManager[*Notifier]
func NewNotifierManager ¶ added in v0.5.0
func NewNotifierManager(cp driver2.ConfigService, drivers multiplexed.Driver) NotifierManager
type StoreService ¶ added in v0.5.0
type StoreService struct {
driver.TokenStore
}
StoreService is a database that stores token transactions related information
func GetByTMSId ¶
func GetByTMSId(sp token.ServiceProvider, tmsID token.TMSID) (*StoreService, error)
func (*StoreService) NewTransaction ¶ added in v0.5.0
func (d *StoreService) NewTransaction() (*Transaction, error)
type StoreServiceManager ¶ added in v0.5.0
type StoreServiceManager db.StoreServiceManager[*StoreService]
func NewStoreServiceManager ¶ added in v0.5.0
func NewStoreServiceManager(cp driver2.ConfigService, drivers multiplexed.Driver) StoreServiceManager
type TokenRecord ¶
type TokenRecord = driver.TokenRecord
type Transaction ¶
type Transaction struct {
driver.TokenStoreTransaction
}
Click to show internal directories.
Click to hide internal directories.