Versions in this module Expand all Collapse all v0 v0.4.0 Jan 7, 2025 Changes in this version + type DBStorageProvider struct + func NewDBStorageProvider(kvs kvs.KVS, manager *identitydb.Manager) *DBStorageProvider + func (s *DBStorageProvider) NewKeystore() (identity.Keystore, error) + func (s *DBStorageProvider) OpenIdentityDB(tmsID token.TMSID) (driver.IdentityDB, error) + func (s *DBStorageProvider) OpenWalletDB(tmsID token.TMSID) (driver.WalletDB, error) + type KVSStorageProvider struct + func NewKVSStorageProvider(kvs kvs.KVS) *KVSStorageProvider + func (s *KVSStorageProvider) NewKeystore() (identity.Keystore, error) + func (s *KVSStorageProvider) OpenIdentityDB(tmsID token.TMSID) (driver.IdentityDB, error) + func (s *KVSStorageProvider) OpenWalletDB(tmsID token.TMSID) (driver.WalletDB, error)