MCPcopy Index your code
hub / github.com/DataDog/jsonapi / ArticleLinkedInvalidRelated

Struct ArticleLinkedInvalidRelated

jsonapi_test.go:313–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313type ArticleLinkedInvalidRelated struct {
314 ID string `jsonapi:"primary,articles"`
315}
316
317func (a *ArticleLinkedInvalidRelated) Link() *Link {
318 return &Link{Related: 10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected