1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-07-04 10:42:47 +02:00
seaweedfs/weed/filer/topics.go
2020-09-01 00:21:19 -07:00

6 lines
94 B
Go

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