idresolver: make resolver Directory available for mutation
Signed-off-by: oppiliappan <me@oppi.li>
oppi.li 4 months ago 0dee787d e7a16096
··· 111 112 return r.directory.Purge(ctx, *id) 113 } 0 0 0 0
··· 111 112 return r.directory.Purge(ctx, *id) 113 } 114 + 115 + func (r *Resolver) Directory() identity.Directory { 116 + return r.directory 117 + }