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

Struct ArticleTypeOverride

jsonapi_test.go:357–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357type ArticleTypeOverride struct {
358 ID string `jsonapi:"primary,articles"`
359 Title string `jsonapi:"attribute" json:"title"`
360}
361
362func (a *ArticleTypeOverride) MarshalType() string {
363 return "customarticles"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected