seaweedfs/weed/filer2/topics.go

7 lines
91 B
Go
Raw Normal View History

2020-04-12 21:03:07 +00:00
package filer2
const(
TopicsDir = "/topics"
SystemLogDir = TopicsDir + "/.system/log"
)