diff pkg/soap/ifbn/service.go @ 3423:6592396f5061

Make revisiting time of a bottleneck optional
author Tom Gottfried <tom@intevation.de>
date Thu, 23 May 2019 15:33:56 +0200
parents 423a18913d0e
children 3d2f02c16765
line wrap: on
line diff
--- a/pkg/soap/ifbn/service.go	Thu May 23 15:33:23 2019 +0200
+++ b/pkg/soap/ifbn/service.go	Thu May 23 15:33:56 2019 +0200
@@ -77,7 +77,7 @@
 
 	Responsible_country *CountryCode `xml:"responsible_country,omitempty"`
 
-	Revisiting_time string `xml:"revisiting_time,omitempty"`
+	Revisiting_time *string `xml:"revisiting_time,omitempty"`
 
 	SURTYP *SurtypEnum `xml:"SURTYP,omitempty"`