1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-01 22:56:38 +02:00
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"
)