define subject
This commit is contained in:
parent
2344c5a738
commit
62206f147c
|
@ -3,7 +3,8 @@ package subject
|
||||||
const communicationPrefix = "communication_"
|
const communicationPrefix = "communication_"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
CommunicationRequestHTTP = communicationPrefix + "request_http"
|
CommunicationRequestHTTP = communicationPrefix + "request_http"
|
||||||
CommunicationResponseHTTP = communicationPrefix + "response_http"
|
CommunicationResponseHTTP = communicationPrefix + "response_http"
|
||||||
CommunicationWebhookTNC = communicationPrefix + "webhook_tnc"
|
CommunicationWebhookTNC = communicationPrefix + "webhook_tnc"
|
||||||
|
CommunicationWebhookGlobalCare = communicationPrefix + "webhook_global_care"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue