mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Fix formatting
This commit is contained in:
@ -8,9 +8,10 @@ package docspell.restserver.ws
|
|||||||
|
|
||||||
import docspell.backend.auth.AuthToken
|
import docspell.backend.auth.AuthToken
|
||||||
import docspell.common._
|
import docspell.common._
|
||||||
|
|
||||||
import io.circe._
|
import io.circe._
|
||||||
import io.circe.syntax._
|
|
||||||
import io.circe.generic.semiauto.deriveEncoder
|
import io.circe.generic.semiauto.deriveEncoder
|
||||||
|
import io.circe.syntax._
|
||||||
|
|
||||||
/** The event that is sent to clients through a websocket connection. All events are
|
/** The event that is sent to clients through a websocket connection. All events are
|
||||||
* encoded as JSON.
|
* encoded as JSON.
|
||||||
|
@ -9,7 +9,9 @@ package docspell.restserver.ws
|
|||||||
import cats.effect.Async
|
import cats.effect.Async
|
||||||
import fs2.concurrent.Topic
|
import fs2.concurrent.Topic
|
||||||
import fs2.{Pipe, Stream}
|
import fs2.{Pipe, Stream}
|
||||||
|
|
||||||
import docspell.backend.auth.AuthToken
|
import docspell.backend.auth.AuthToken
|
||||||
|
|
||||||
import org.http4s.HttpRoutes
|
import org.http4s.HttpRoutes
|
||||||
import org.http4s.dsl.Http4sDsl
|
import org.http4s.dsl.Http4sDsl
|
||||||
import org.http4s.server.websocket.WebSocketBuilder2
|
import org.http4s.server.websocket.WebSocketBuilder2
|
||||||
|
Reference in New Issue
Block a user