From 02221d2268579a5858892617b9948ef6470551b5 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 12 Jul 2021 18:06:41 +0100 Subject: Add necessary pipeliner dependency for testqueue (probably remove this from internal library later as its only needed for tests --- cmd/bookpipeline/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/bookpipeline/main.go b/cmd/bookpipeline/main.go index 0df2209..65c9b79 100644 --- a/cmd/bookpipeline/main.go +++ b/cmd/bookpipeline/main.go @@ -71,6 +71,7 @@ type Pipeliner interface { WipeQueueId() string OCRPageQueueId() string AnalyseQueueId() string + TestQueueId() string WIPStorageId() string GetLogger() *log.Logger Log(v ...interface{}) -- cgit v1.2.1-24-ge1ad