| 350 | } |
| 351 | |
| 352 | type ArticleIntID struct { |
| 353 | ID int `jsonapi:"primary,articles"` |
| 354 | Title string `jsonapi:"attribute" json:"title"` |
| 355 | } |
| 356 | |
| 357 | type ArticleTypeOverride struct { |
| 358 | ID string `jsonapi:"primary,articles"` |
nothing calls this directly
no outgoing calls
no test coverage detected