Files
photoprism/pkg/http/header/webhook.go
2025-10-19 21:08:48 +02:00

9 lines
208 B
Go

package header
const (
WebhookID string = "webhook-id"
WebhookSignature string = "webhook-signature"
WebhookTimestamp string = "webhook-timestamp"
WebhookSecretPrefix string = "whsec_"
)