| 285 | } |
| 286 | |
| 287 | type CustomNotificationContent struct { |
| 288 | Title string `json:"title"` |
| 289 | Message string `json:"message"` |
| 290 | } |
| 291 | |
| 292 | type CustomNotificationRequest struct { |
| 293 | Content *CustomNotificationContent `json:"content"` |
nothing calls this directly
no outgoing calls
no test coverage detected