mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Add nomulus count_domains command
This efficiently counts domains without having to load them (as opposed to the existing list_domains command which does load then). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=194559095
This commit is contained in:
parent
d95f286e58
commit
c242a4d08f
4 changed files with 129 additions and 0 deletions
|
@ -75,6 +75,7 @@ import javax.inject.Singleton;
|
|||
}
|
||||
)
|
||||
interface RegistryToolComponent {
|
||||
void inject(CountDomainsCommand command);
|
||||
void inject(CreateAnchorTenantCommand command);
|
||||
void inject(CreateCdnsTld command);
|
||||
void inject(CreateContactCommand command);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue