mirror of
https://github.com/google/nomulus
synced 2026-05-13 11:21:46 +00:00
Add missing commands to RegistryToolComponent (#3017)
They worked in the past unexpectedly but no longer.
This commit is contained in:
@@ -85,8 +85,12 @@ interface RegistryToolComponent {
|
||||
|
||||
void inject(CreateDomainCommand command);
|
||||
|
||||
void inject(CreatePremiumListCommand command);
|
||||
|
||||
void inject(CreateRegistrarCommand command);
|
||||
|
||||
void inject(CreateReservedListCommand command);
|
||||
|
||||
void inject(CreateUserCommand command);
|
||||
|
||||
void inject(CurlCommand command);
|
||||
@@ -103,12 +107,18 @@ interface RegistryToolComponent {
|
||||
|
||||
void inject(GenerateEscrowDepositCommand command);
|
||||
|
||||
void inject(GenerateLordnCommand command);
|
||||
|
||||
void inject(GenerateZoneFilesCommand command);
|
||||
|
||||
void inject(GetBulkPricingPackageCommand command);
|
||||
|
||||
void inject(GetDomainCommand command);
|
||||
|
||||
void inject(GetFeatureFlagCommand command);
|
||||
|
||||
void inject(GetHistoryEntriesCommand command);
|
||||
|
||||
void inject(GetHostCommand command);
|
||||
|
||||
void inject(GetKeyringSecretCommand command);
|
||||
@@ -153,8 +163,12 @@ interface RegistryToolComponent {
|
||||
|
||||
void inject(UpdateKeyringSecretCommand command);
|
||||
|
||||
void inject(UpdatePremiumListCommand command);
|
||||
|
||||
void inject(UpdateRegistrarCommand command);
|
||||
|
||||
void inject(UpdateReservedListCommand command);
|
||||
|
||||
void inject(ValidateEscrowDepositCommand command);
|
||||
|
||||
void inject(ValidateLoginCredentialsCommand command);
|
||||
|
||||
Reference in New Issue
Block a user