Documentation
¶
Index ¶
- type CachingDidResolver
- type FakeDid
- func (fd *FakeDid) CreateDID(ctx context.Context, sigkey *did.PrivKey, recovery string, handle string, ...) (string, error)
- func (fd *FakeDid) FlushCacheFor(did string)
- func (fd *FakeDid) GetDocument(ctx context.Context, udid string) (*did.Document, error)
- func (fd *FakeDid) UpdateUserHandle(ctx context.Context, did string, nhandle string) error
- type FakeDidMapping
- type MemcachedDidResolver
- type PLCClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachingDidResolver ¶
type CachingDidResolver struct {
// contains filtered or unexported fields
}
func NewCachingDidResolver ¶
func (*CachingDidResolver) FlushCacheFor ¶
func (r *CachingDidResolver) FlushCacheFor(didstr string)
func (*CachingDidResolver) GetDocument ¶
type FakeDid ¶
type FakeDid struct {
// contains filtered or unexported fields
}
func NewFakeDid ¶
func (*FakeDid) FlushCacheFor ¶
func (*FakeDid) GetDocument ¶
type FakeDidMapping ¶
type MemcachedDidResolver ¶
type MemcachedDidResolver struct {
// contains filtered or unexported fields
}
func NewMemcachedDidResolver ¶
func (*MemcachedDidResolver) FlushCacheFor ¶
func (r *MemcachedDidResolver) FlushCacheFor(didstr string)
func (*MemcachedDidResolver) GetDocument ¶
Click to show internal directories.
Click to hide internal directories.