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"
)