diff pkg/models/imports.go @ 4392:024b16a1c253

Implemented deletion of stretches.
author Sascha Wilde <wilde@intevation.de>
date Thu, 12 Sep 2019 20:08:29 +0200
parents 2ac52d89619e
children 3b36c4d810b0
line wrap: on
line diff
--- a/pkg/models/imports.go	Thu Sep 12 19:14:10 2019 +0200
+++ b/pkg/models/imports.go	Thu Sep 12 20:08:29 2019 +0200
@@ -124,6 +124,10 @@
 	SectionDelete struct {
 		ID int64 `json:"id"`
 	}
+
+	StretchDelete struct {
+		ID int64 `json:"id"`
+	}
 )
 
 func (cui *ConfigurableURLImport) MarshalAttributes(attrs common.Attributes) error {