mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 16:22:46 +02:00
6 lines
94 B
Go
6 lines
94 B
Go
package filer
|
|
|
|
const (
|
|
TopicsDir = "/topics"
|
|
SystemLogDir = TopicsDir + "/.system/log"
|
|
)
|