Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificationStorage ¶ added in v0.5.0
type CertificationStorage struct {
*tokendb.StoreService
}
type Provider ¶ added in v0.2.0
type Provider struct {
// contains filtered or unexported fields
}
func NewVaultProvider ¶
func NewVaultProvider( tokenStoreServiceManager tokens.StoreServiceManager, ttxStoreServiceManager ttx.StoreServiceManager, auditStoreServiceManager auditor.StoreServiceManager, ) *Provider
type PublicParamsStorage ¶ added in v0.5.0
type PublicParamsStorage struct {
Provider *Provider
}
func (*PublicParamsStorage) PublicParams ¶ added in v0.5.0
type QueryEngine ¶ added in v0.5.0
type QueryEngine struct { *tokendb.StoreService // contains filtered or unexported fields }
type Vault ¶ added in v0.4.0
type Vault struct {
// contains filtered or unexported fields
}
func NewVault ¶ added in v0.5.0
func NewVault(tmsID token2.TMSID, auditdb *auditdb.StoreService, ttxdb *ttxdb.StoreService, tokenDB *tokendb.StoreService) (*Vault, error)
func (*Vault) CertificationStorage ¶ added in v0.4.0
func (v *Vault) CertificationStorage() driver.CertificationStorage
func (*Vault) DeleteTokens ¶ added in v0.5.0
func (*Vault) QueryEngine ¶ added in v0.4.0
func (v *Vault) QueryEngine() driver.QueryEngine
Click to show internal directories.
Click to hide internal directories.