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

Struct ArticleLinked

jsonapi_test.go:279–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279type ArticleLinked struct {
280 ID string `jsonapi:"primary,articles"`
281 Title string `jsonapi:"attribute" json:"title"`
282
283 // Ignored is included to ensure un-tagged fields are ignored
284 Ignored string `json:"ignored"`
285}
286
287func (a *ArticleLinked) Link() *Link {
288 return &Link{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected