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

Struct ArticleIntID

jsonapi_test.go:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352type ArticleIntID struct {
353 ID int `jsonapi:"primary,articles"`
354 Title string `jsonapi:"attribute" json:"title"`
355}
356
357type ArticleTypeOverride struct {
358 ID string `jsonapi:"primary,articles"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected