Vladyslav Prykhodko

Results 3 issues of Vladyslav Prykhodko

I'm using a package https://github.com/samber/do to implement DI in my project. This package uses at least 1.18 and generics. And when I'm trying to `swag init --pd` it doesn't work....

Hello, guys! I have a model User that has `id` as PK (uuid type). I want to search by IDs, like: ```golang type FindRequest struct { // List of Unique...

Hey! I have a problem with the request interceptors. I'm trying to add headers (for jwt auth), but the request sends without provided. Maybe someone has similar problems? ```typescript const...