JCS-pub/hub/internal/pubshards/config.go

7 lines
99 B
Go

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