package config import "zero/core/logx" type Config struct { logx.LogConf ListenOn string FileDir string FilePath string }