Upstream sync
This commit is contained in:
2
main.go
2
main.go
@@ -63,7 +63,6 @@ func main() {
|
|||||||
// Initialize channels
|
// Initialize channels
|
||||||
// messagingChannel := make(chan string)
|
// messagingChannel := make(chan string)
|
||||||
erpChannel := make(chan string)
|
erpChannel := make(chan string)
|
||||||
contractChannel := make(chan string)
|
|
||||||
|
|
||||||
// Start services and pass the respective channels
|
// Start services and pass the respective channels
|
||||||
notificationCh := make(chan models.Notification, 100)
|
notificationCh := make(chan models.Notification, 100)
|
||||||
@@ -76,7 +75,6 @@ func main() {
|
|||||||
// Sending messages via channels
|
// Sending messages via channels
|
||||||
// messagingChannel <- "Send an email"
|
// messagingChannel <- "Send an email"
|
||||||
erpChannel <- "Update ERP record"
|
erpChannel <- "Update ERP record"
|
||||||
contractChannel <- "Update contract info"
|
|
||||||
|
|
||||||
// Initialize Gin
|
// Initialize Gin
|
||||||
r := gin.Default()
|
r := gin.Default()
|
||||||
|
|||||||
Reference in New Issue
Block a user