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:
Chris Tingue 2016-08-02 13:34:18 -07:00 committed by Justine Tunney
parent d3d33ccfdc
commit eb76b063b3
4 changed files with 260 additions and 0 deletions

View file

@ -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)