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

Struct ArticleLinkedInvalidSelfMeta

jsonapi_test.go:338–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338type ArticleLinkedInvalidSelfMeta struct {
339 ID string `jsonapi:"primary,articles"`
340}
341
342func (a *ArticleLinkedInvalidSelfMeta) Link() *Link {
343 return &Link{Self: &LinkObject{Href: "foo", Meta: "foo"}}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected