aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/topics.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer/topics.go')
-rw-r--r--weed/filer/topics.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/filer/topics.go b/weed/filer/topics.go
new file mode 100644
index 000000000..3a2fde8c4
--- /dev/null
+++ b/weed/filer/topics.go
@@ -0,0 +1,6 @@
+package filer
+
+const (
+ TopicsDir = "/topics"
+ SystemLogDir = TopicsDir + "/.system/log"
+)