[hw-4] add postgres db

This commit is contained in:
Никита Шубин
2025-06-26 12:08:46 +00:00
parent 3ebaad5558
commit 77ed9fcf85
46 changed files with 1582 additions and 369 deletions

View File

@@ -19,9 +19,9 @@ import (
"github.com/testcontainers/testcontainers-go/wait"
"google.golang.org/grpc"
lomsService "route256/cart/internal/adapter/client/loms"
productsService "route256/cart/internal/adapter/client/products"
"route256/cart/internal/app"
lomsService "route256/cart/internal/clients/loms"
productsService "route256/cart/internal/clients/products"
"route256/cart/internal/domain/entity"
"route256/cart/internal/domain/model"
"route256/cart/internal/domain/repository"