Linkable can be implemented to marshal resource object links as defined by https://jsonapi.org/format/1.0/#document-resource-object-links.
| 355 | |
| 356 | // Linkable can be implemented to marshal resource object links as defined by https://jsonapi.org/format/1.0/#document-resource-object-links. |
| 357 | type Linkable interface { |
| 358 | Link() *Link |
| 359 | } |
| 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 { |
no outgoing calls
no test coverage detected