This commit is contained in:
lbenedar
2026-03-19 18:38:22 +03:00
parent 46a1bb868b
commit 16f2caee66
3 changed files with 22 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ import (
"database/sql"
"flag"
"os"
"sync"
"time"
"gitea.local.lab/Lbenedar/greenlight/internal/data"
@@ -20,6 +21,7 @@ type application struct {
logger *jsonlog.Logger
models data.Models
mailer mailer.Mailer
wg sync.WaitGroup
}
type config struct {