| 303 | } |
| 304 | |
| 305 | type ArticleLinkedInvalidSelf struct { |
| 306 | ID string `jsonapi:"primary,articles"` |
| 307 | } |
| 308 | |
| 309 | func (a *ArticleLinkedInvalidSelf) Link() *Link { |
| 310 | return &Link{Self: 10} |
nothing calls this directly
no outgoing calls
no test coverage detected