config.go 152 B

12345678910
  1. package config
  2. import "github.com/tal-tech/go-zero/core/logx"
  3. type Config struct {
  4. logx.LogConf
  5. ListenOn string
  6. FileDir string
  7. FilePath string
  8. }