aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/topics.go
blob: 8ab409774e6900ac939fc4bfe37348b7bef3a123 (plain)
1
2
3
4
5
6
package filer2

const(
	TopicsDir = "/topics"
	SystemLogDir = TopicsDir + "/.system/log"
)