comparison pkg/imports/agm.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 6270951dda28
comparison
equal deleted inserted replaced
5034:59a99655f34d 5035:56c589f7435d
86 relation = 'waterway.gauge_measurements'::regclass AND 86 relation = 'waterway.gauge_measurements'::regclass AND
87 NOT deletion 87 NOT deletion
88 )` 88 )`
89 ) 89 )
90 90
91 // StageDone replaces gauge measurements with those in the staging area
91 func (agmJobCreator) StageDone( 92 func (agmJobCreator) StageDone(
92 ctx context.Context, 93 ctx context.Context,
93 tx *sql.Tx, 94 tx *sql.Tx,
94 id int64, 95 id int64,
95 _ Feedback, 96 _ Feedback,