LinkableRelation can be implemented to marshal resource object related resource links as defined by https://jsonapi.org/format/1.0/#document-resource-object-related-resource-links.
| 360 | |
| 361 | // LinkableRelation can be implemented to marshal resource object related resource links as defined by https://jsonapi.org/format/1.0/#document-resource-object-related-resource-links. |
| 362 | type LinkableRelation interface { |
| 363 | LinkRelation(relation string) *Link |
| 364 | } |
| 365 | |
| 366 | // MarshalIdentifier can be optionally implemented to control marshaling of the primary field to a string. |
| 367 | // |
no outgoing calls
no test coverage detected