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