package config import "github.com/tal-tech/go-zero/core/logx" type Config struct { logx.LogConf ListenOn string FileDir string FilePath string }