forked from tangled.org/core
this repo has no description

idresolver: make resolver Directory available for mutation

Signed-off-by: oppiliappan <me@oppi.li>

authored by oppi.li and committed by

Tangled 0dee787d e7a16096

+4
+4
appview/idresolver/resolver.go
··· 111 112 return r.directory.Purge(ctx, *id) 113 }
··· 111 112 return r.directory.Purge(ctx, *id) 113 } 114 + 115 + func (r *Resolver) Directory() identity.Directory { 116 + return r.directory 117 + }