Documentation
¶
Index ¶
Constants ¶
View Source
const ( // OptsKey is the key for the opts in the config OptsKey = "identitydb.persistence.opts" EnvVarKey = "IDENTITYDB_DATASOURCE" )
Variables ¶
This section is empty.
Functions ¶
func NewDriver ¶
func NewDriver() db.NamedDriver[driver.IdentityDBDriver]
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) OpenIdentityDB ¶
func (d *Driver) OpenIdentityDB(cp driver.ConfigProvider, tmsID token.TMSID) (driver.IdentityDB, error)
func (*Driver) OpenWalletDB ¶
Click to show internal directories.
Click to hide internal directories.