Files
seaweedfs/weed/filer2/topics.go

7 lines
95 B
Go
Raw Normal View History

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