We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a60689f + 0d586fc commit 8db062dCopy full SHA for 8db062d
outputs.go
@@ -23,6 +23,7 @@ type Output struct {
23
FunctionID string `json:"function_id"`
24
Headers map[string][]string `json:"headers"`
25
Destination string `json:"destination"`
26
+ Disabled bool `json:"disabled"` // Allows disabling forwarding to specific output
27
Internal bool `json:"internal"`
28
Timeout int `json:"timeout"` // Destination response timeout
29
Description string `json:"description"`
0 commit comments