diff options
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 } |
