mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
9 lines
208 B
Go
9 lines
208 B
Go
package header
|
|
|
|
const (
|
|
WebhookID string = "webhook-id"
|
|
WebhookSignature string = "webhook-signature"
|
|
WebhookTimestamp string = "webhook-timestamp"
|
|
WebhookSecretPrefix string = "whsec_"
|
|
)
|