Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DataDog/jsonapi
/ MarshalType
Method
MarshalType
jsonapi.go:397–397 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
395
// 3. Fail
396
type
MarshalType
interface
{
397
MarshalType() string
398
}
399
400
// UnmarshalType can be optionally implemented to control unmarshaling of the type field from a string.
Callers
1
makeResourceObject
Method · 0.65
Implementers
1
ArticleTypeOverride
jsonapi_test.go
Calls
no outgoing calls
Tested by
no test coverage detected