Documentation ¶
Index ¶
Constants ¶
View Source
const StoreName = "didconnection"
StoreName DID connection store name
Variables ¶
View Source
var ErrNotFound = errors.New("did not found under given key")
ErrNotFound signals that the entry for the given DID and key is not present in the store.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store stores DIDs indexed by key
func (*Store) SaveDIDByResolving ¶
SaveDIDByResolving resolves a DID using the VDR then saves the map from keys -> did
keys: fallback keys in case the DID can't be resolved
Click to show internal directories.
Click to hide internal directories.