package model import "time" // Placeholder for NWS alerts (GeoJSON feature properties are rich). type WeatherAlert struct { ID string Event string Headline string Description string Instruction string Severity string Urgency string Certainty string Sent *time.Time Effective *time.Time Expires *time.Time Areas []string }