summaryrefslogtreecommitdiffstats
path: root/nws
diff options
context:
space:
mode:
Diffstat (limited to 'nws')
-rw-r--r--nws/nws.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/nws/nws.go b/nws/nws.go
index afa7e08..1950153 100644
--- a/nws/nws.go
+++ b/nws/nws.go
@@ -63,8 +63,10 @@ type Forecast struct {
}
type FeatureProperties struct {
+ AreaDesc string
Event string
Severity string
+ Headline string
Description string
Instruction string
}