package productapp import "net/http" type Application struct { Config Config HTTPServer *http.Server }