feat: notification service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user