openmeter / notification /webhook /svix /annotations.go
Leon4gr45's picture
Upload folder using huggingface_hub (part 6)
d6f631f verified
Raw
History Blame Contribute Delete
640 Bytes
package svix
const (
AnnotationMessageID = "svix.message.id"
AnnotationMessageEventID = "svix.message.event_id"
AnnotationMessageAttemptsCount = "svix.message.attempts.count"
AnnotationEventType = "svix.event.type"
AnnotationEventGroupName = "svix.event.group_name"
AnnotationApplicationID = "svix.application.id"
AnnotationApplicationUID = "svix.application.uid"
AnnotationApplicationName = "svix.application.name"
AnnotationEndpointID = "svix.endpoint.id"
AnnotationEndpointUID = "svix.endpoint.uid"
AnnotationEndpointURL = "svix.endpoint.url"
)