niki/productapp/app.go

9 lines
111 B
Go

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