From 2366af87ca5bb044d504fda7c4e66e3ba4a44681 Mon Sep 17 00:00:00 2001 From: Prakash Date: Wed, 23 Oct 2024 15:15:48 +0530 Subject: [PATCH] Update App.go --- App.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/App.go b/App.go index 778f4e9..35687b6 100644 --- a/App.go +++ b/App.go @@ -19,6 +19,8 @@ type AppInterfaceImpl struct { + + func NewApp(MuxRouter *mux.Router, dB *gorm.DB) *AppInterfaceImpl { app := &AppInterfaceImpl{ MuxRouter: MuxRouter,