| 333 | } |
| 334 | |
| 335 | type Notifications struct { |
| 336 | Notifications []Notification `json:"notifications"` |
| 337 | Cursor string `json:"cursor"` |
| 338 | Priority bool `json:"priority"` |
| 339 | SeenAt time.Time `json:"seenAt"` |
| 340 | } |
| 341 | |
| 342 | type ListInfo struct { |
| 343 | URI string `json:"uri"` |
nothing calls this directly
no outgoing calls
no test coverage detected