mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-04 13:41:03 +00:00
max-concurrency hook property support
This commit is contained in:
parent
d1e407a447
commit
e3221a2ca0
2 changed files with 24 additions and 1 deletions
|
@ -381,6 +381,7 @@ type Hook struct {
|
|||
PassEnvironmentToCommand []Argument `json:"pass-environment-to-command,omitempty"`
|
||||
PassArgumentsToCommand []Argument `json:"pass-arguments-to-command,omitempty"`
|
||||
JSONStringParameters []Argument `json:"parse-parameters-as-json,omitempty"`
|
||||
MaxConcurrency int `json:"max-concurrency,omiempty"`
|
||||
TriggerRule *Rules `json:"trigger-rule,omitempty"`
|
||||
TriggerRuleMismatchHttpResponseCode int `json:"trigger-rule-mismatch-http-response-code,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue