mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-07-25 13:02:47 +02:00
6 lines
95 B
Go
6 lines
95 B
Go
package filer2
|
|
|
|
const (
|
|
TopicsDir = "/topics"
|
|
SystemLogDir = TopicsDir + "/.system/log"
|
|
)
|