| 545 | } |
| 546 | |
| 547 | type ArticleWithInvalidLinkMetaMemberName struct { |
| 548 | ID string `jsonapi:"primary,articles"` |
| 549 | } |
| 550 | |
| 551 | func (a *ArticleWithInvalidLinkMetaMemberName) Link() *Link { |
| 552 | return &Link{ |
nothing calls this directly
no outgoing calls
no test coverage detected