mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Add create_domain command to gtech_tool
Support creating domain with gtech_tool, instead of creating temporary epp file and run execute_epp manually. Also changes CreateContactCommand for consistency. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130127280
This commit is contained in:
@@ -50,6 +50,7 @@ import google.registry.util.SystemClock.SystemClockModule;
|
||||
interface RegistryToolComponent {
|
||||
void inject(CreateAnchorTenantCommand command);
|
||||
void inject(CreateContactCommand command);
|
||||
void inject(CreateDomainCommand command);
|
||||
void inject(CreateTldCommand command);
|
||||
void inject(EncryptEscrowDepositCommand command);
|
||||
void inject(GenerateApplicationsReportCommand command);
|
||||
|
||||
Reference in New Issue
Block a user