Introduce unit condition

This commit is contained in:
Eike Kettner
2020-12-14 23:07:06 +01:00
parent 80406cabc2
commit 2dff686fa0
14 changed files with 225 additions and 39 deletions

View File

@ -3,6 +3,7 @@ package docspell.backend.ops
import cats.effect._
import cats.implicits._
import fs2.Stream
import docspell.backend.JobFactory
import docspell.backend.ops.OItemSearch._
import docspell.common._

View File

@ -4,6 +4,7 @@ import cats.data.NonEmptyList
import cats.data.OptionT
import cats.effect.{Effect, Resource}
import cats.implicits._
import docspell.backend.JobFactory
import docspell.common._
import docspell.ftsclient.FtsClient
@ -12,6 +13,7 @@ import docspell.store.queries.{QAttachment, QItem, QMoveAttachment}
import docspell.store.queue.JobQueue
import docspell.store.records._
import docspell.store.{AddResult, Store}
import doobie.implicits._
import org.log4s.getLogger

View File

@ -7,9 +7,9 @@ import fs2.Stream
import docspell.backend.ops.OItemSearch._
import docspell.common._
import docspell.store._
import docspell.store.queries.{QAttachment, QItem}
import docspell.store.records._
import docspell.store._
import bitpeace.{FileMeta, RangeDef}
import doobie.implicits._