IsBlocked reports whether the decision is "block".
()
| 499 | |
| 500 | // IsBlocked reports whether the decision is "block". |
| 501 | func (o *Output) IsBlocked() bool { return o.Decision == DecisionBlockValue } |
| 502 | |
| 503 | // HookSpecificOutput holds event-specific output fields. |
| 504 | type HookSpecificOutput struct { |
no outgoing calls