From fe03eb042ce6afd531356aafa8023f7806594baf Mon Sep 17 00:00:00 2001 From: Clombrong Date: Mon, 4 Aug 2025 11:27:32 +0200 Subject: feat(session): new type state --- lib/session.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/session.ml b/lib/session.ml index e69de29..c640080 100644 --- a/lib/session.ml +++ b/lib/session.ml @@ -0,0 +1,2 @@ +type state = + | Disconnected -- cgit v1.2.3