mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Fix minor items on recurring billing expansion MR
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=126060671
This commit is contained in:
parent
372bf5718e
commit
65f920594b
2 changed files with 13 additions and 3 deletions
|
@ -21,6 +21,7 @@ import google.registry.backup.CommitLogCheckpointAction;
|
|||
import google.registry.backup.DeleteOldCommitLogsAction;
|
||||
import google.registry.backup.ExportCommitLogDiffAction;
|
||||
import google.registry.backup.RestoreCommitLogsAction;
|
||||
import google.registry.billing.ExpandRecurringBillingEventsAction;
|
||||
import google.registry.cron.CommitLogFanoutAction;
|
||||
import google.registry.cron.CronModule;
|
||||
import google.registry.cron.TldFanoutAction;
|
||||
|
@ -87,6 +88,7 @@ interface BackendRequestComponent {
|
|||
DeleteHostResourceAction deleteHostResourceAction();
|
||||
DeleteOldCommitLogsAction deleteOldCommitLogsAction();
|
||||
DnsRefreshForHostRenameAction dnsRefreshForHostRenameAction();
|
||||
ExpandRecurringBillingEventsAction expandRecurringBillingEventsAction();
|
||||
ExportCommitLogDiffAction exportCommitLogDiffAction();
|
||||
ExportDomainListsAction exportDomainListsAction();
|
||||
ExportReservedTermsAction exportReservedTermsAction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue