From e5a4c7e553c1f44c54527bcbc27ce11f3a285457 Mon Sep 17 00:00:00 2001 From: Armando Ruocco Date: Mon, 12 Feb 2024 18:13:50 +0100 Subject: [PATCH] wip: more todo Signed-off-by: Armando Ruocco --- internal/backup/executor/executor.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/backup/executor/executor.go b/internal/backup/executor/executor.go index bbc1566..c869444 100644 --- a/internal/backup/executor/executor.go +++ b/internal/backup/executor/executor.go @@ -32,6 +32,7 @@ var backupModeBackoff = wait.Backoff{ type Executor struct { backupClient webserver.BackupClient + // TODO: these should be a getter that return an error if empty BeginWal string EndWal string