split options of website/server
1 file changed, 3 insertions(+), 2 deletions(-)
changed files
M internal/server/app.go → internal/server/app.go
@@ -5,6 +5,7 @@ "net/http" ) type App struct { - Domain string - Handler http.Handler + Domain string + Handler http.Handler + Shutdown func() }