seaweedfs/weed/filer2/topics.go
2020-04-12 14:03:07 -07:00

7 lines
91 B
Go

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