Discover Packages
github.com/IBM/portieris
types
package
Version:
v0.9.5
Opens a new window with list of versions in this module.
Published: Dec 15, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
type JSONPatch struct {
From string `json:"from,omitempty"`
Op string `json:"op"`
Path string `json:"path"`
Value interface{} `json:"value,omitempty"`
}
JSONPatch is specified in RFC 6902 from the IETF.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.