Files
seaweedfs/weed/filer/topics.go

7 lines
94 B
Go
Raw Normal View History

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