Алексей Колесников
Алексей Колесников
``` /v2/products: post: consumes: - multipart/form-data description: '"Создание товара"' parameters: - in: formData name: article type: string - in: formData name: brand_id type: integer - in: formData name: code type:...
**Describe the bug** Project structure. i have many small apps with own entity and uc, simply look like products -- domain ----- entity ------- products.go brands -- domain ----- entity...
Hello, i downloaded openapi spec and it containt type with name `Client` which conflict after generation with buil-in Client struct. I did not find how to rename client, i guess...