/
githubmirror
/
photoprism
Обзор
Документация
Войти
/
githubmirror
/
photoprism
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
pkg/http/header/webhook.go
12 строк
420 B
Michael Mayer
CI: Apply Go linter recommendations to remaining "pkg/..." code #5330
22 ноя 2025, 18:14
22 ноя 2025, 18:14
149f5e5
Код
Авторство
О чём код?
package header const ( // WebhookID is the request header containing a webhook identifier. WebhookID string = "webhook-id" // WebhookSignature carries the signature header. WebhookSignature string = "webhook-signature" // WebhookTimestamp carries the timestamp header. WebhookTimestamp string = "webhook-timestamp" // WebhookSecretPrefix prefixes stored webhook secrets. WebhookSecretPrefix string = "whsec_" )