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,