Commit b09e6de2 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

ws: tighten CentralExchange API

This commit tigthen the public API for the `.CentralExchange` module,
so that it's clear which are the exported (public) functions, and
we do not leak the transport layer used by the central exchange
parent 24d11d63
......@@ -14,7 +14,10 @@ https://dev.sub.gargantext.org/#/share/Notes/187918
-}
module Gargantext.Core.AsyncUpdates.CentralExchange where
module Gargantext.Core.AsyncUpdates.CentralExchange (
gServer
, notify
) where
import Control.Concurrent.Async qualified as Async
import Control.Concurrent.STM.TChan qualified as TChan
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment