Asset mirrors the current_assets table.
| 29 | |
| 30 | // Asset mirrors the current_assets table. |
| 31 | type Asset struct { |
| 32 | Name *string `json:"name,omitempty"` |
| 33 | Link string `json:"link"` |
| 34 | Image *string `json:"image,omitempty"` |
| 35 | } |
| 36 | |
| 37 | // DeadlineInfo mirrors the structured deadline payload used by the Python bot. |
| 38 | type DeadlineInfo struct { |
nothing calls this directly
no outgoing calls
no test coverage detected