comparison pkg/soap/erdms2/service.go @ 5615:f6179b31e0a9 erdms2

Use a type alias on date type to not loose XML serialisation.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 10 Nov 2022 19:19:21 +0100
parents 135145f7ca0f
children 57c655b93ba8
comparison
equal deleted inserted replaced
5614:0abc65720804 5615:f6179b31e0a9
205 205
206 // lastupdate, last modification date time of this 206 // lastupdate, last modification date time of this
207 // record 207 // record
208 // 208 //
209 209
210 type LastupdateType soap.XSDDateTime 210 type LastupdateType = soap.XSDDateTime
211 211
212 // one of the supported languages (basic and 212 // one of the supported languages (basic and
213 // additional set), based on ISO 639-1 213 // additional set), based on ISO 639-1
214 // 214 //
215 215