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