| 290 | } |
| 291 | |
| 292 | type CustomNotificationRequest struct { |
| 293 | Content *CustomNotificationContent `json:"content"` |
| 294 | // TODO(ssncferreira): Add target (user_ids, roles) to support multi-user and role-based delivery. |
| 295 | // See: https://github.com/coder/coder/issues/19768 |
| 296 | } |
| 297 | |
| 298 | const ( |
| 299 | maxCustomNotificationTitleLen = 120 |
nothing calls this directly
no outgoing calls
no test coverage detected