1
0
mirror of https://github.com/seaweedfs/seaweedfs.git synced 2025-01-04 16:39:14 +08:00
seaweedfs/weed/filer/topics.go

7 lines
94 B
Go
Raw Normal View History

2020-09-01 15:21:19 +08:00
package filer
2020-04-13 05:03:07 +08:00
2020-04-13 12:00:55 +08:00
const (
TopicsDir = "/topics"
2020-04-13 05:03:07 +08:00
SystemLogDir = TopicsDir + "/.system/log"
)