Add a nomulus renew_domain command

This may come in handy when dealing with URS requests.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=199332085
This commit is contained in:
mcilwain 2018-06-05 11:39:16 -07:00 committed by Ben McIlwain
parent 643b30d31f
commit 897690119e
7 changed files with 273 additions and 0 deletions

View file

@ -94,6 +94,7 @@ interface RegistryToolComponent {
void inject(LoginCommand command);
void inject(LogoutCommand command);
void inject(PendingEscrowCommand command);
void inject(RenewDomainCommand command);
void inject(SendEscrowReportToIcannCommand command);
void inject(SetupOteCommand command);
void inject(UpdateCursorsCommand command);