comparison pkg/imports/dmv.go @ 5034:59a99655f34d

Added feedback support for StageDone.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 20 Mar 2020 12:28:04 +0100
parents e4ab338e7ba9
children f2204f91d286
comparison
equal deleted inserted replaced
5033:13d9820c1ea4 5034:59a99655f34d
57 func (dmvJobCreator) Depends() [2][]string { 57 func (dmvJobCreator) Depends() [2][]string {
58 return [2][]string{{"distance_marks_virtual"}} 58 return [2][]string{{"distance_marks_virtual"}}
59 } 59 }
60 60
61 // StageDone does nothing as there is no staging for distance marks virtual. 61 // StageDone does nothing as there is no staging for distance marks virtual.
62 func (dmvJobCreator) StageDone(context.Context, *sql.Tx, int64) error { return nil } 62 func (dmvJobCreator) StageDone(context.Context, *sql.Tx, int64, Feedback) error { return nil }
63 63
64 // CleanUp does nothing as there is nothing to cleanup with distance marks virtual. 64 // CleanUp does nothing as there is nothing to cleanup with distance marks virtual.
65 func (*DistanceMarksVirtual) CleanUp() error { return nil } 65 func (*DistanceMarksVirtual) CleanUp() error { return nil }
66 66
67 const ( 67 const (