package
Version:
v0.11.1-alpha.1
Opens a new window with list of versions in this module.
Published: Jun 6, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PatchOp struct {
Op string `json:"op"`
Actor string `json:"actor"`
Path string `json:"path"`
NewValue interface{} `json:"new_value,omitempty"`
OldValue interface{} `json:"old_value,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.