natsio/subject/communication.go

10 lines
271 B
Go
Raw Normal View History

2022-08-18 10:47:47 +00:00
package subject
const communicationPrefix = "communication_"
const (
CommunicationRequestHTTP = communicationPrefix + "request_http"
CommunicationResponseHTTP = communicationPrefix + "response_http"
CommunicationWebhookTNC = communicationPrefix + "webhook_tnc"
)