File tree Expand file tree Collapse file tree 11 files changed +9
-9
lines changed
backend/internal/features Expand file tree Collapse file tree 11 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package notifiers
33import (
44 "errors"
55 "log/slog"
6- "postgresus-backend/internal/features/notifiers/notifiers /email_notifier"
7- telegram_notifier "postgresus-backend/internal/features/notifiers/notifiers /telegram"
8- webhook_notifier "postgresus-backend/internal/features/notifiers/notifiers /webhook"
6+ "postgresus-backend/internal/features/notifiers/models /email_notifier"
7+ telegram_notifier "postgresus-backend/internal/features/notifiers/models /telegram"
8+ webhook_notifier "postgresus-backend/internal/features/notifiers/models /webhook"
99
1010 "github.com/google/uuid"
1111)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package storages
22
33import (
44 "net/http"
5- local_storage "postgresus-backend/internal/features/storages/storages /local"
5+ local_storage "postgresus-backend/internal/features/storages/models /local"
66 "postgresus-backend/internal/features/users"
77 test_utils "postgresus-backend/internal/util/testing"
88 "testing"
Original file line number Diff line number Diff line change 44 "errors"
55 "io"
66 "log/slog"
7- local_storage "postgresus-backend/internal/features/storages/storages /local"
8- s3_storage "postgresus-backend/internal/features/storages/storages /s3"
7+ local_storage "postgresus-backend/internal/features/storages/models /local"
8+ s3_storage "postgresus-backend/internal/features/storages/models /s3"
99
1010 "github.com/google/uuid"
1111)
Original file line number Diff line number Diff line change 77 "io"
88 "os"
99 "path/filepath"
10- local_storage "postgresus-backend/internal/features/storages/storages /local"
11- s3_storage "postgresus-backend/internal/features/storages/storages /s3"
10+ local_storage "postgresus-backend/internal/features/storages/models /local"
11+ s3_storage "postgresus-backend/internal/features/storages/models /s3"
1212 "postgresus-backend/internal/util/logger"
1313 "testing"
1414 "time"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments