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" )