diff pkg/imports/dma.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 59a99655f34d
children 2dd155cc95ec
line wrap: on
line diff
--- a/pkg/imports/dma.go	Thu Dec 02 12:37:33 2021 +0100
+++ b/pkg/imports/dma.go	Wed Feb 09 18:34:40 2022 +0100
@@ -42,7 +42,7 @@
 }
 
 // Description gives a short info about relevant facts of this import.
-func (dma *DistanceMarksAshore) Description() (string, error) {
+func (dma *DistanceMarksAshore) Description([]string) (string, error) {
 	return dma.URL + "|" + dma.FeatureType, nil
 }