package server import ( "net/http" ) type App struct { Domain string Domains []string WildcardDomain string Handler http.Handler Shutdown func() }