Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBStorageProvider ¶
type DBStorageProvider struct {
// contains filtered or unexported fields
}
func NewDBStorageProvider ¶
func NewDBStorageProvider( identityStoreServiceManager identitydb.StoreServiceManager, walletStoreServiceManager walletdb.StoreServiceManager, keyStoreStoreServiceManager keystoredb.StoreServiceManager, ) *DBStorageProvider
func (*DBStorageProvider) IdentityStore ¶ added in v0.5.0
func (s *DBStorageProvider) IdentityStore(tmsID token.TMSID) (driver.IdentityStoreService, error)
func (*DBStorageProvider) WalletStore ¶ added in v0.5.0
func (s *DBStorageProvider) WalletStore(tmsID token.TMSID) (driver.WalletStoreService, error)
Click to show internal directories.
Click to hide internal directories.