This commit is contained in:
2025-10-21 19:27:58 +02:00
parent 77e0343330
commit d77fcd8ef5
6 changed files with 196 additions and 177 deletions

View File

@@ -10,8 +10,7 @@ import (
)
type WatchlistEntry struct {
Callsign string `json:"callsign"`
// ✅ NOTES SUPPRIMÉES
Callsign string `json:"callsign"`
LastSeen time.Time `json:"lastSeen"`
LastSeenStr string `json:"lastSeenStr"`
AddedAt time.Time `json:"addedAt"`