diff pkg/imports/ufa.go @ 3219:4acbee65275d

Import queue: Split locked dependencies in exclusively and multiple uses.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 09 May 2019 12:49:53 +0200
parents 25f73251a6ac
children 8b75ac5e243e
line wrap: on
line diff
--- a/pkg/imports/ufa.go	Thu May 09 12:25:10 2019 +0200
+++ b/pkg/imports/ufa.go	Thu May 09 12:49:53 2019 +0200
@@ -42,7 +42,7 @@
 
 func (ufaJobCreator) Create() Job { return new(UploadedFairwayAvailability) }
 
-func (ufaJobCreator) Depends() []string {
+func (ufaJobCreator) Depends() [2][]string {
 	// Same as faJobCreator
 	return faJobCreator{}.Depends()
 }