Created
April 19, 2020 13:35
-
-
Save developer-guy/faf0700e3b259af4feae302167652c7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type patchOperation struct { | |
Op string `json:"op"` | |
Path string `json:"path"` | |
Value interface{} `json:"value,omitempty"` | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment