mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Use Dagger to @Inject DnsQueue everywhere that is feasible
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136062053
This commit is contained in:
parent
a13f6aded8
commit
6a738557fb
17 changed files with 47 additions and 15 deletions
|
@ -18,6 +18,7 @@ import dagger.Module;
|
|||
import dagger.Provides;
|
||||
import dagger.Subcomponent;
|
||||
import google.registry.config.ConfigModule;
|
||||
import google.registry.dns.DnsModule;
|
||||
import google.registry.flows.async.AsyncFlowsModule;
|
||||
import google.registry.flows.contact.ContactCheckFlow;
|
||||
import google.registry.flows.contact.ContactCreateFlow;
|
||||
|
@ -65,6 +66,7 @@ import google.registry.util.SystemSleeper.SystemSleeperModule;
|
|||
@Subcomponent(modules = {
|
||||
AsyncFlowsModule.class,
|
||||
ConfigModule.class,
|
||||
DnsModule.class,
|
||||
FlowModule.class,
|
||||
FlowComponent.FlowComponentModule.class,
|
||||
SystemSleeperModule.class})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue