| 311 | } |
| 312 | |
| 313 | type ArticleLinkedInvalidRelated struct { |
| 314 | ID string `jsonapi:"primary,articles"` |
| 315 | } |
| 316 | |
| 317 | func (a *ArticleLinkedInvalidRelated) Link() *Link { |
| 318 | return &Link{Related: 10} |
nothing calls this directly
no outgoing calls
no test coverage detected