viper-app/internal/config/server/config.go

7 lines
119 B
Go
Raw Normal View History

2023-02-03 16:18:31 +08:00
package server
type Config struct {
Address string `mapstructure:"address"`
PprofOn bool `mapstructure:"pprof"`
}