()
| 2423 | } |
| 2424 | |
| 2425 | func AllNotificationMethodValues() []NotificationMethod { |
| 2426 | return []NotificationMethod{ |
| 2427 | NotificationMethodSmtp, |
| 2428 | NotificationMethodWebhook, |
| 2429 | NotificationMethodInbox, |
| 2430 | } |
| 2431 | } |
| 2432 | |
| 2433 | type NotificationTemplateKind string |
| 2434 |
no outgoing calls