postgresql & migrations

This commit is contained in:
yash 2026-02-25 20:22:13 +03:00
parent ae096d4820
commit 7f6cd8e557
15 changed files with 254 additions and 27 deletions

View file

@ -3,14 +3,15 @@ package bybit
import (
"context"
"crypto_alert_bot/internal/config"
"crypto_alert_bot/internal/entities"
"crypto_alert_bot/internal/provider"
"fmt"
"log/slog"
"net/http"
"time"
"gitea.computernetthings.ru/yash/crypto_alert_bot/internal/config"
"gitea.computernetthings.ru/yash/crypto_alert_bot/internal/entities"
"gitea.computernetthings.ru/yash/crypto_alert_bot/internal/provider"
"github.com/shopspring/decimal"
)