mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 09:40:24 +08:00
11 lines
152 B
Go
11 lines
152 B
Go
package config
|
|
|
|
import "github.com/tal-tech/go-zero/core/logx"
|
|
|
|
type Config struct {
|
|
logx.LogConf
|
|
ListenOn string
|
|
FileDir string
|
|
FilePath string
|
|
}
|