MCPcopy Index your code
hub / github.com/coder/coder / AllNotificationMethodValues

Function AllNotificationMethodValues

coderd/database/models.go:2425–2431  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by 1