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

Struct ArticleLinkedInvalidSelf

jsonapi_test.go:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305type ArticleLinkedInvalidSelf struct {
306 ID string `jsonapi:"primary,articles"`
307}
308
309func (a *ArticleLinkedInvalidSelf) Link() *Link {
310 return &Link{Self: 10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected