Documentation
¶
Index ¶
- func NopPatch(data []byte) ([]byte, error)
- type PatchFunc
- func AddPatch(path string, value interface{}) PatchFunc
- func NewPatchFunc(patch store.Patch) PatchFunc
- func NewPatchFuncs(patches []store.Patch) PatchFunc
- func PatchAll(fns []PatchFunc) PatchFunc
- func RemovePatch(path string) PatchFunc
- func ReplacePatch(path string, value interface{}) PatchFunc
- func UnsupportedPatch(op store.PatchOp) PatchFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PatchFunc ¶
func NewPatchFunc ¶
func NewPatchFuncs ¶
func RemovePatch ¶
func ReplacePatch ¶
func UnsupportedPatch ¶
Click to show internal directories.
Click to hide internal directories.