seaweedfs/weed/filer2/topics.go

7 lines
95 B
Go
Raw Normal View History

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