| 355 | } |
| 356 | |
| 357 | type ArticleTypeOverride struct { |
| 358 | ID string `jsonapi:"primary,articles"` |
| 359 | Title string `jsonapi:"attribute" json:"title"` |
| 360 | } |
| 361 | |
| 362 | func (a *ArticleTypeOverride) MarshalType() string { |
| 363 | return "customarticles" |
nothing calls this directly
no outgoing calls
no test coverage detected