| 295 | } |
| 296 | |
| 297 | type ArticleLinkedOnlySelf struct { |
| 298 | ID string `jsonapi:"primary,articles"` |
| 299 | } |
| 300 | |
| 301 | func (a *ArticleLinkedOnlySelf) Link() *Link { |
| 302 | return &Link{Self: fmt.Sprintf("https://example.com/articles/%s", a.ID)} |
nothing calls this directly
no outgoing calls
no test coverage detected