mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Move LRP token and tools into domain package
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129134685
This commit is contained in:
parent
d3d33ccfdc
commit
eb76b063b3
4 changed files with 260 additions and 0 deletions
|
@ -52,6 +52,7 @@ public final class GtechTool {
|
|||
.put("get_applied_labels", GetAppliedLabelsCommand.class)
|
||||
.put("get_contact", GetContactCommand.class)
|
||||
.put("get_domain", GetDomainCommand.class)
|
||||
.put("get_lrp_token", GetLrpTokenCommand.class)
|
||||
.put("get_history_entries", GetHistoryEntriesCommand.class)
|
||||
.put("get_host", GetHostCommand.class)
|
||||
.put("get_registrar", GetRegistrarCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue