summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/opids.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/opids.go b/internal/opids.go
new file mode 100644
index 0000000..eda15fd
--- /dev/null
+++ b/internal/opids.go
@@ -0,0 +1,5 @@
+package main
+
+const OPEN = 1
+const OPEN_AT = 2
+const CLOSE = 3