define subject

This commit is contained in:
Sinh 2022-08-22 15:51:14 +07:00
parent 2344c5a738
commit 62206f147c
1 changed files with 4 additions and 3 deletions

View File

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