NewMergePatch creates a new JSON Merge Patch according to RFC 7386; the same as [types.MergePatchType].
()
| 117 | |
| 118 | // NewMergePatch creates a new JSON Merge Patch according to RFC 7386; the same as [types.MergePatchType]. |
| 119 | func NewMergePatch() *Merge7386 { return &Merge7386{} } |
| 120 | |
| 121 | // Add modifies patch to indicate that the member at path should be added or |
| 122 | // replaced with value. |
no outgoing calls