diff pkg/imports/wp.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 41a67619c170
line wrap: on
line diff
--- a/pkg/imports/wp.go	Fri Mar 20 12:28:04 2020 +0100
+++ b/pkg/imports/wp.go	Fri Mar 20 17:24:03 2020 +0100
@@ -149,6 +149,7 @@
     relation = 'waterway.waterway_profiles'::regclass)`
 )
 
+// StageDone moves the imported waterway profiles out of the staging area.
 func (wpJobCreator) StageDone(
 	ctx context.Context,
 	tx *sql.Tx,