online-order/api/middlewares/router.go
2023-10-30 03:03:40 +03:30

9 lines
277 B
Go

package middlewares
//func NewMiddlewareRouters(server *entity.Routers) *controller {
//productRepo := repository_product.NewProductClient(server.Database)
//authService := service_authentication.NewAuthService(productRepo)
//return NewMiddlewareControllers(authService)
//}