| 212 | } |
| 213 | |
| 214 | type User struct { |
| 215 | GravatarID string `json:"gravatar_id"` |
| 216 | ID string `json:"node_id"` |
| 217 | Login string `json:"login"` |
| 218 | SiteAdmin bool `json:"site_admin"` |
| 219 | Type string `json:"type"` |
| 220 | URL string `json:"html_url"` |
| 221 | } |
| 222 | |
| 223 | type Issue struct { |
| 224 | Assignees []User `json:"assignees"` |
nothing calls this directly
no outgoing calls
no test coverage detected