1
0
mirror of https://github.com/google/nomulus synced 2026-06-09 16:33:02 +00:00

Convert DomainBase's contacts to VKeys (#574)

* Convert DomainBase's contacts to VKeys

Convert usage of DomainBase contacts from Key to VKey.  This is the same
change as done for nameserver hosts, as it affects all external interfaces.
As with nameserver hosts, we preserve the existing representation so as not to
afffect the datastore representation.
This commit is contained in:
Michael Muller
2020-05-07 11:19:15 -04:00
committed by GitHub
parent 40a4c3101c
commit 04f429c4d6
34 changed files with 399 additions and 173 deletions

View File

@@ -52,6 +52,7 @@
<!-- Generated converters for VKey -->
<class>google.registry.model.host.VKeyConverter_HostResource</class>
<class>google.registry.model.contact.VKeyConverter_ContactResource</class>
<!-- TODO(weiminyu): check out application-layer validation. -->
<validation-mode>NONE</validation-mode>