| 319 | } |
| 320 | |
| 321 | type ArticleLinkedInvalidMissingFields struct { |
| 322 | ID string `jsonapi:"primary,articles"` |
| 323 | } |
| 324 | |
| 325 | func (a *ArticleLinkedInvalidMissingFields) Link() *Link { |
| 326 | return &Link{Self: nil, Related: nil} |
nothing calls this directly
no outgoing calls
no test coverage detected