aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/topics.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-04-12 21:00:55 -0700
committerChris Lu <chris.lu@gmail.com>2020-04-12 21:00:55 -0700
commit7764e0465ce976bb528c27bb9aa25857102570ef (patch)
tree7163cf7d7b940ea3ecf7971024f5469cdcd56eee /weed/filer2/topics.go
parent8e23dc078b6790ace902c09ed71963c9ce49acdb (diff)
downloadseaweedfs-7764e0465ce976bb528c27bb9aa25857102570ef.tar.xz
seaweedfs-7764e0465ce976bb528c27bb9aa25857102570ef.zip
refactoring
Diffstat (limited to 'weed/filer2/topics.go')
-rw-r--r--weed/filer2/topics.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/filer2/topics.go b/weed/filer2/topics.go
index 8ab409774..9c6e5c88d 100644
--- a/weed/filer2/topics.go
+++ b/weed/filer2/topics.go
@@ -1,6 +1,6 @@
package filer2
-const(
- TopicsDir = "/topics"
+const (
+ TopicsDir = "/topics"
SystemLogDir = TopicsDir + "/.system/log"
)