Add survey capability

This commit is contained in:
nemunaire 2025-10-24 18:10:41 +07:00
commit 76de5f60d6
9 changed files with 140 additions and 4 deletions

View file

@ -25,6 +25,7 @@ import (
"flag"
"fmt"
"log"
"net/url"
"os"
"path"
"strings"
@ -41,6 +42,7 @@ type Config struct {
Email EmailConfig
Analysis AnalysisConfig
ReportRetention time.Duration // How long to keep reports. 0 = keep forever
SurveyURL url.URL // URL for user feedback survey
}
// DatabaseConfig contains database connection settings