| 327 | } |
| 328 | |
| 329 | type ArticleLinkedInvalidMissingFieldsEmptyValues struct { |
| 330 | ID string `jsonapi:"primary,articles"` |
| 331 | } |
| 332 | |
| 333 | func (a *ArticleLinkedInvalidMissingFieldsEmptyValues) Link() *Link { |
| 334 | var lo LinkObject |
nothing calls this directly
no outgoing calls
no test coverage detected