package pubshards type Config struct { // 存放DB文件的目录 DBDir string `json:"dbDir"` }