Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KVSStorageProvider ¶
type KVSStorageProvider struct {
// contains filtered or unexported fields
}
func NewKVSStorageProvider ¶
func NewKVSStorageProvider(kvs kvs.KVS) *KVSStorageProvider
func (*KVSStorageProvider) IdentityStore ¶
func (s *KVSStorageProvider) IdentityStore(tmsID token.TMSID) (driver.IdentityStore, error)
func (*KVSStorageProvider) Keystore ¶
func (s *KVSStorageProvider) Keystore() (driver2.Keystore, error)
func (*KVSStorageProvider) WalletStore ¶
func (s *KVSStorageProvider) WalletStore(tmsID token.TMSID) (driver.WalletStore, error)
Click to show internal directories.
Click to hide internal directories.