comparison 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
comparison
equal deleted inserted replaced
5034:59a99655f34d 5035:56c589f7435d
147 SELECT key FROM import.track_imports 147 SELECT key FROM import.track_imports
148 WHERE import_id = $1 AND 148 WHERE import_id = $1 AND
149 relation = 'waterway.waterway_profiles'::regclass)` 149 relation = 'waterway.waterway_profiles'::regclass)`
150 ) 150 )
151 151
152 // StageDone moves the imported waterway profiles out of the staging area.
152 func (wpJobCreator) StageDone( 153 func (wpJobCreator) StageDone(
153 ctx context.Context, 154 ctx context.Context,
154 tx *sql.Tx, 155 tx *sql.Tx,
155 id int64, 156 id int64,
156 _ Feedback, 157 _ Feedback,