diff options
| author | siddharth ravikumar <s@ricketyspace.net> | 2026-01-19 14:16:29 -0500 |
|---|---|---|
| committer | siddharth ravikumar <s@ricketyspace.net> | 2026-01-19 14:17:22 -0500 |
| commit | 546863e8a821648c3614ee6859891512805965ef (patch) | |
| tree | 555a2f1de676b41b82a5bf7f4811f23da07021c5 /nws/nws.go | |
| parent | 1a14419e39055c0e87c651339b7276938d68de98 (diff) | |
weather: update NewWeather
Add AreadDesc and Headline to Alert.
Diffstat (limited to 'nws/nws.go')
| -rw-r--r-- | nws/nws.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,8 +63,10 @@ type Forecast struct { } type FeatureProperties struct { + AreaDesc string Event string Severity string + Headline string Description string Instruction string } |
