more changes but unsure of state had to trash last set fof changes and try repair.

This commit is contained in:
2025-04-01 15:50:15 +01:00
parent 5aaddf16f1
commit 0e20cc023c
13 changed files with 525 additions and 313 deletions

View File

@@ -25,6 +25,7 @@ type Message struct {
ID int
Sender string
Subject string
Message string
IsRead bool
CreatedAt time.Time
}