mirror of
https://github.com/google/nomulus
synced 2026-01-08 15:21:46 +00: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user