1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-19 18:01:03 +02:00
seaweedfs/weed/filer/topics.go
2020-09-01 00:21:19 -07:00

7 lines
94 B
Go

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