Versions in this module Expand all Collapse all v0 v0.5.0 Jul 17, 2025 Changes in this version + type StoreService struct + type StoreServiceManager db.StoreServiceManager[*StoreService] + func NewStoreServiceManager(cp driver2.ConfigService, drivers multiplexed.Driver) StoreServiceManager v0.4.0 Jan 7, 2025 Changes in this version + func Drivers() []string + func Register(name string, driver driver.IdentityDBDriver) + type IdentityHolder = db.DriverHolder[driver.IdentityDB, driver.IdentityDB, *identityDBDriver] + type Manager struct + func NewManager(drivers []db.NamedDriver[driver.IdentityDBDriver], cp driver.ConfigProvider, ...) *Manager + func (m *Manager) IdentityDBByTMSId(tmsID token.TMSID) (driver.IdentityDB, error) + func (m *Manager) WalletDBByTMSId(tmsID token.TMSID) (driver.WalletDB, error) + type WalletHolder = db.DriverHolder[driver.WalletDB, driver.WalletDB, *walletDBDriver]