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

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