topics.go 126 B

1234567
  1. package filer
  2. const (
  3. TopicsDir = "/topics"
  4. SystemLogDir = TopicsDir + "/.system/log"
  5. TopicConfFile = "topic.conf"
  6. )