From 62206f147c627739cefad04fc0451d0566983ee4 Mon Sep 17 00:00:00 2001 From: Sinh Date: Mon, 22 Aug 2022 15:51:14 +0700 Subject: [PATCH] define subject --- subject/communication.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/subject/communication.go b/subject/communication.go index 4ee5b90..1ace687 100644 --- a/subject/communication.go +++ b/subject/communication.go @@ -3,7 +3,8 @@ package subject const communicationPrefix = "communication_" const ( - CommunicationRequestHTTP = communicationPrefix + "request_http" - CommunicationResponseHTTP = communicationPrefix + "response_http" - CommunicationWebhookTNC = communicationPrefix + "webhook_tnc" + CommunicationRequestHTTP = communicationPrefix + "request_http" + CommunicationResponseHTTP = communicationPrefix + "response_http" + CommunicationWebhookTNC = communicationPrefix + "webhook_tnc" + CommunicationWebhookGlobalCare = communicationPrefix + "webhook_global_care" )