mirror of
https://git.vectorsigma.ru/public/seaweedfs.git
synced 2026-08-01 22:08:54 +00:00
7 lines
94 B
Go
7 lines
94 B
Go
package filer
|
|
|
|
const (
|
|
TopicsDir = "/topics"
|
|
SystemLogDir = TopicsDir + "/.system/log"
|
|
)
|