topics.go 94 B

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