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