topics.go 95 B

123456
  1. package filer2
  2. const (
  3. TopicsDir = "/topics"
  4. SystemLogDir = TopicsDir + "/.system/log"
  5. )