mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user