Skip to content

Commit 8db062d

Browse files
authored
Merge pull request #2 from webhookrelay/feature/disable_output
disable output
2 parents a60689f + 0d586fc commit 8db062d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

outputs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type Output struct {
2323
FunctionID string `json:"function_id"`
2424
Headers map[string][]string `json:"headers"`
2525
Destination string `json:"destination"`
26+
Disabled bool `json:"disabled"` // Allows disabling forwarding to specific output
2627
Internal bool `json:"internal"`
2728
Timeout int `json:"timeout"` // Destination response timeout
2829
Description string `json:"description"`

0 commit comments

Comments
 (0)