add pub sub md5

This commit is contained in:
Chris Lu
2020-05-09 00:43:53 -07:00
parent 07d7abe428
commit d693e77418
3 changed files with 27 additions and 6 deletions

View File

@@ -33,5 +33,5 @@ func genTopicDir(namespace, topic string) string {
}
func genTopicDirEntry(namespace, topic string) (dir, entry string) {
return fmt.Sprintf("%s/%s/%s", filer2.TopicsDir, namespace), topic
return fmt.Sprintf("%s/%s", filer2.TopicsDir, namespace), topic
}