1
0
mirror of https://github.com/google/nomulus synced 2026-01-09 23:47:49 +00:00

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