| 365 | } |
| 366 | |
| 367 | type ListDetailed struct { |
| 368 | List ListInfo `json:"list"` |
| 369 | Cursor string `json:"cursor"` |
| 370 | Items []ListItem `json:"items"` |
| 371 | } |
| 372 | |
| 373 | type FTime struct { |
| 374 | time.Time |
nothing calls this directly
no outgoing calls
no test coverage detected