| 336 | } |
| 337 | |
| 338 | type ArticleLinkedInvalidSelfMeta struct { |
| 339 | ID string `jsonapi:"primary,articles"` |
| 340 | } |
| 341 | |
| 342 | func (a *ArticleLinkedInvalidSelfMeta) Link() *Link { |
| 343 | return &Link{Self: &LinkObject{Href: "foo", Meta: "foo"}} |
nothing calls this directly
no outgoing calls
no test coverage detected