diff pkg/imports/dmv.go @ 5034:59a99655f34d

Added feedback support for StageDone.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 20 Mar 2020 12:28:04 +0100
parents e4ab338e7ba9
children f2204f91d286
line wrap: on
line diff
--- a/pkg/imports/dmv.go	Fri Mar 20 10:54:41 2020 +0100
+++ b/pkg/imports/dmv.go	Fri Mar 20 12:28:04 2020 +0100
@@ -59,7 +59,7 @@
 }
 
 // StageDone does nothing as there is no staging for distance marks virtual.
-func (dmvJobCreator) StageDone(context.Context, *sql.Tx, int64) error { return nil }
+func (dmvJobCreator) StageDone(context.Context, *sql.Tx, int64, Feedback) error { return nil }
 
 // CleanUp does nothing as there is nothing to cleanup with distance marks virtual.
 func (*DistanceMarksVirtual) CleanUp() error { return nil }