comparison pkg/imports/sr.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 1a565f8a935a
comparison
equal deleted inserted replaced
5034:59a99655f34d 5035:56c589f7435d
107 {"sounding_results", "sounding_results_iso_areas"}, 107 {"sounding_results", "sounding_results_iso_areas"},
108 {"bottlenecks"}, 108 {"bottlenecks"},
109 } 109 }
110 } 110 }
111 111
112 // StageDone moves the imported sounding result out of the staging area.
112 func (srJobCreator) StageDone( 113 func (srJobCreator) StageDone(
113 ctx context.Context, 114 ctx context.Context,
114 tx *sql.Tx, 115 tx *sql.Tx,
115 id int64, 116 id int64,
116 _ Feedback, 117 _ Feedback,