seaweedfs/weed/filer/topics.go

7 lines
94 B
Go
Raw Normal View History

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