feat: notification service

This commit is contained in:
Ilia Denisov
2026-04-22 08:49:45 +02:00
committed by GitHub
parent 5b7593e6f6
commit 32dc29359a
135 changed files with 21828 additions and 130 deletions
+3
View File
@@ -7,11 +7,13 @@ use (
./gateway
./integration
./mail
./notification
./pkg/calc
./pkg/connector
./pkg/error
./pkg/geoip
./pkg/model
./pkg/notificationintent
./pkg/schema
./pkg/storage
./pkg/transcoder
@@ -25,6 +27,7 @@ replace (
galaxy/error v0.0.0 => ./pkg/error
galaxy/geoip v0.0.0 => ./pkg/geoip
galaxy/model v0.0.0 => ./pkg/model
galaxy/notificationintent v0.0.0 => ./pkg/notificationintent
galaxy/schema v0.0.0 => ./pkg/schema
galaxy/storage v0.0.0 => ./pkg/storage
galaxy/transcoder v0.0.0 => ./pkg/transcoder