Versions in this module Expand all Collapse all v0 v0.17.2 Mar 6, 2026 Changes in this version + func NopPatch(data []byte) ([]byte, error) + type PatchFunc func([]byte) ([]byte, error) + 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