package
Version:
v0.0.0-...-320551d
Opens a new window with list of versions in this module.
Published: Oct 1, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Return value is a document of JSON Patch.
JSON Patch format is specified in RFC 6902 from the IETF.
type PatchOperation struct {
Op string `json:"op"`
Path string `json:"path"`
Value interface{} `json:"value,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.