diff pkg/imports/stsh.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 6270951dda28
line wrap: on
line diff
--- a/pkg/imports/stsh.go	Fri Mar 20 10:54:41 2020 +0100
+++ b/pkg/imports/stsh.go	Fri Mar 20 12:28:04 2020 +0100
@@ -79,8 +79,9 @@
 	ctx context.Context,
 	tx *sql.Tx,
 	id int64,
+	feedback Feedback,
 ) error {
-	return stJobCreator{}.StageDone(ctx, tx, id)
+	return stJobCreator{}.StageDone(ctx, tx, id, feedback)
 }
 
 // CleanUp removes the folder with the uploaded shape file.