()
| 1476 | } |
| 1477 | |
| 1478 | func (x *Webhook) GetEventName() string { |
| 1479 | if x != nil { |
| 1480 | return x.EventName |
| 1481 | } |
| 1482 | return "" |
| 1483 | } |
| 1484 | |
| 1485 | func (x *Webhook) GetEventDescription() string { |
| 1486 | if x != nil { |
no outgoing calls
no test coverage detected