You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// MarshallCheckUniqueness enables checking for unique resources during marshaling.
55
+
funcMarshallCheckUniqueness() MarshalOption {
56
+
returnfunc(m*Marshaler) {
57
+
m.checkUniqueness=true
58
+
}
59
+
}
60
+
53
61
// MarshalInclude includes the json:api encoding of v within Document.Included creating a compound document as defined by https://jsonapi.org/format/#document-compound-documents.
0 commit comments