diff pkg/imports/isr.go @ 5035:56c589f7435d

Enhance comments on implementations of StageDone()
author Tom Gottfried <tom@intevation.de>
date Fri, 20 Mar 2020 17:24:03 +0100
parents 59a99655f34d
children 34bc6041e61e
line wrap: on
line diff
--- a/pkg/imports/isr.go	Fri Mar 20 12:28:04 2020 +0100
+++ b/pkg/imports/isr.go	Fri Mar 20 17:24:03 2020 +0100
@@ -41,6 +41,7 @@
 
 func (isrJobCreator) Create() Job { return new(IsoRefresh) }
 
+// StageDone is a NOP for IsoRefresh imports.
 func (isrJobCreator) StageDone(context.Context, *sql.Tx, int64, Feedback) error {
 	return nil
 }