From 2e70087f63dd24155c2e0445754bfa5330d0f6f4 Mon Sep 17 00:00:00 2001
From: Sergey Chubaryan
Date: Sun, 23 Feb 2025 20:29:39 +0300
Subject: [PATCH] improvements for notifyer microservice
---
cmd/notifyer/emailer.go | 13 +++++++------
cmd/notifyer/event_handler.go | 3 ++-
internal/core/repos/event_repo.go | 2 +-
internal/http_server/{wrapper.go => gin_wrapper.go} | 0
internal/integrations/kafka.go | 2 +-
5 files changed, 11 insertions(+), 9 deletions(-)
rename internal/http_server/{wrapper.go => gin_wrapper.go} (100%)
diff --git a/cmd/notifyer/emailer.go b/cmd/notifyer/emailer.go
index 7c496c6..71cc508 100644
--- a/cmd/notifyer/emailer.go
+++ b/cmd/notifyer/emailer.go
@@ -14,7 +14,7 @@ const MSG_TEXT = `
{{.Text}}
{{if .Link}}
- Clicklink
+ link
{{end}}