viper-app/internal/model/server/config.go
2023-02-03 16:18:31 +08:00

7 lines
119 B
Go

package server
type Config struct {
Address string `mapstructure:"address"`
PprofOn bool `mapstructure:"pprof"`
}