comparison pkg/imports/fa.go @ 1754:807569b08513

Import queue: Auto acceptance is now a property of the import kind itself and is not configurable any more.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 10 Jan 2019 16:19:26 +0100
parents ad5e1cddaa09
children d3fe20a13339
comparison
equal deleted inserted replaced
1753:68bd990dd8e5 1754:807569b08513
155 "fa_reference_values", 155 "fa_reference_values",
156 "levels_of_service", 156 "levels_of_service",
157 } 157 }
158 } 158 }
159 159
160 func (faJobCreator) AutoAccept() bool { return true }
161
160 // StageDone moves the imported fairway availablities out of the staging area. 162 // StageDone moves the imported fairway availablities out of the staging area.
161 // Currently doing nothing. 163 // Currently doing nothing.
162 func (faJobCreator) StageDone(context.Context, *sql.Tx, int64) error { 164 func (faJobCreator) StageDone(context.Context, *sql.Tx, int64) error {
163 return nil 165 return nil
164 } 166 }