aboutsummaryrefslogtreecommitdiff
path: root/hsm-dummy-poller/Main.hs
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-01-14 15:58:56 -0800
committerPaul Oliver <contact@pauloliver.dev>2025-01-16 18:30:09 -0800
commit00ad7b9a1c798e611a0c0b7fcbfa5ee76c2f39c4 (patch)
treef2bcbcd0a8b2a3425b8baec668fccc62a4037ac1 /hsm-dummy-poller/Main.hs
parentcc639b06c7126fac7b445d8f778455620d7f8f50 (diff)
Adds minimal documentation
Diffstat (limited to 'hsm-dummy-poller/Main.hs')
-rw-r--r--hsm-dummy-poller/Main.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/hsm-dummy-poller/Main.hs b/hsm-dummy-poller/Main.hs
index 7a35230..762d139 100644
--- a/hsm-dummy-poller/Main.hs
+++ b/hsm-dummy-poller/Main.hs
@@ -44,6 +44,9 @@ handle =
$ logInfo_
$ "Received pulse #" <> pack (show p)
+-- Dummy poller service:
+-- Proof of concept. Polls for "pulses" through ZMQ at a set interval and
+-- logs each time one is received.
main :: IO ()
main =
launch @Env "dummy-poller" withoutInputEcho $ \env logger level ->