mirror of
https://github.com/drone-plugins/drone-webhook.git
synced 2026-06-04 10:15:11 +08:00
17 lines
232 B
Go
17 lines
232 B
Go
package main
|
|
|
|
const respFormat = `Webhook %d
|
|
URL: %s
|
|
RESPONSE STATUS: %s
|
|
RESPONSE BODY: %s
|
|
`
|
|
|
|
const debugFormat = `Webhook %d
|
|
URL: %s
|
|
METHOD: %s
|
|
HEADERS: %s
|
|
REQUEST BODY: %s
|
|
RESPONSE STATUS: %s
|
|
RESPONSE BODY: %s
|
|
`
|