aboutsummaryrefslogtreecommitdiff
path: root/portal/portal.mli
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-26 12:07:49 +0200
committerClombrong <cromblong@egregore.fun>2025-06-26 21:40:44 +0200
commit37d47541083c3eaf3ea9f6c3445e8ba926ee609c (patch)
tree53c5f1ce958de109d0bea898a7cc61201f531020 /portal/portal.mli
parentd3bb6df8d8a728a10dfa6c23328c03824a24f602 (diff)
feat(portal): add socket type
Diffstat (limited to 'portal/portal.mli')
-rw-r--r--portal/portal.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/portal/portal.mli b/portal/portal.mli
index dea8b38..b46a00f 100644
--- a/portal/portal.mli
+++ b/portal/portal.mli
@@ -4,6 +4,8 @@ exception MalformedStanza of location * Error.t
type t = (signal, async) stream * ((signal, sync) stream option -> unit)
+type socket
+
(** This is the XML namespace of the underlying element stream.
You can rely on it on your code, as an escape hatch, but you should probably not,