mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Inject VoidDnsWriter to backend
Right now VoidDnsWriter is injected in the tools - meaning it's possible to *set* VoidDnsWriter as the writer of a TLD - but it isn't injected in the backend - meaning we get an error if we actually try to use it. We need VoidDnsWriter at least for load-testing, and in general for any test TLD. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=179425574
This commit is contained in:
parent
8157928a35
commit
17ff7eb949
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ import google.registry.dns.DnsModule;
|
|||
import google.registry.dns.PublishDnsUpdatesAction;
|
||||
import google.registry.dns.ReadDnsQueueAction;
|
||||
import google.registry.dns.RefreshDnsAction;
|
||||
import google.registry.dns.writer.VoidDnsWriterModule;
|
||||
import google.registry.dns.writer.clouddns.CloudDnsWriterModule;
|
||||
import google.registry.dns.writer.dnsupdate.DnsUpdateConfigModule;
|
||||
import google.registry.dns.writer.dnsupdate.DnsUpdateWriterModule;
|
||||
|
@ -101,6 +102,7 @@ import google.registry.tmch.TmchSmdrlAction;
|
|||
RequestModule.class,
|
||||
SheetModule.class,
|
||||
TmchModule.class,
|
||||
VoidDnsWriterModule.class,
|
||||
WhiteboxModule.class,
|
||||
})
|
||||
interface BackendRequestComponent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue