diff pkg/imports/dsr.go @ 5560:f2204f91d286

Join the log lines of imports to the log exports to recover data from them. Used in SR export to extract information that where in the meta json but now are only found in the log.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 09 Feb 2022 18:34:40 +0100
parents 7bd9c5161836
children 6270951dda28
line wrap: on
line diff
--- a/pkg/imports/dsr.go	Thu Dec 02 12:37:33 2021 +0100
+++ b/pkg/imports/dsr.go	Wed Feb 09 18:34:40 2022 +0100
@@ -30,7 +30,7 @@
 }
 
 // Description gives a short info about relevant facts of this import.
-func (dsr *DeleteSoundingResult) Description() (string, error) {
+func (dsr *DeleteSoundingResult) Description([]string) (string, error) {
 	return dsr.BottleneckID + "|" + dsr.Date.Format(common.DateFormat), nil
 }