seaweedfs/weed/filer2/topics.go
2020-04-12 21:00:55 -07:00

7 lines
95 B
Go

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