summaryrefslogtreecommitdiff
path: root/bst/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'bst/doc.go')
-rw-r--r--bst/doc.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/bst/doc.go b/bst/doc.go
new file mode 100644
index 00000000..abb7e6e9
--- /dev/null
+++ b/bst/doc.go
@@ -0,0 +1,7 @@
+package bst
+
+/*
+Binary search tree for the pubsub
+
+The vertex may have one or multiply topics associated with the single websocket connection UUID
+*/