aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/topics.go
blob: 707a4f878e709714f6782d7581d4fbe28b898a86 (plain)
1
2
3
4
5
6
7
package filer

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