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

Struct ArticleWithInvalidLinkMetaMemberName

jsonapi_test.go:547–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547type ArticleWithInvalidLinkMetaMemberName struct {
548 ID string `jsonapi:"primary,articles"`
549}
550
551func (a *ArticleWithInvalidLinkMetaMemberName) Link() *Link {
552 return &Link{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected