3 files changed,
3 insertions(+),
2 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed by:
GitHub
noreply@github.com
Committed at:
2025-06-25 13:53:29 +0300
Parent:
cd3e3ab
jump to
| M | .golangci.yaml |
| M | e2e/e2e_test.go |
| M | mailer/main.go |
M
.golangci.yaml
··· 83 83 - github.com/golang-jwt/jwt/v5\.RegisteredClaims 84 84 - github.com/gin-contrib/cors\.Config 85 85 - github.com/prometheus/client_golang/prometheus\.(CounterOpts|HistogramOpts) 86 + - github.com/nats-io/nats.go/micro\.Config 87 + - github.com/golang-migrate/migrate/v4/database/pgx.Config 86 88 87 89 funlen: 88 90 lines: 100
M
e2e/e2e_test.go
··· 177 177 178 178 // run migrations 179 179 sdb := stdlib.OpenDBFromPool(db.Pool) 180 - driver, err := pgx.WithInstance(sdb, &pgx.Config{}) //nolint:exhaustruct 180 + driver, err := pgx.WithInstance(sdb, &pgx.Config{}) 181 181 e.require.NoError(err) 182 182 183 183 m, err := migrate.NewWithDatabaseInstance(