feat: setup editable product struct

This commit is contained in:
Daniel Goc
2026-04-17 11:46:34 +02:00
parent 931840c243
commit 7731c2f126
6 changed files with 152 additions and 1 deletions

View File

@@ -22,7 +22,6 @@ type ProductsHandler struct {
config *config.Config
}
// NewListProductsHandler creates a new ListProductsHandler instance
func NewProductsHandler() *ProductsHandler {
productService := productService.New()
return &ProductsHandler{