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

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