patch

package
v0.17.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NopPatch

func NopPatch(data []byte) ([]byte, error)

Types

type PatchFunc

type PatchFunc func([]byte) ([]byte, error)

func AddPatch

func AddPatch(path string, value interface{}) PatchFunc

func NewPatchFunc

func NewPatchFunc(patch store.Patch) PatchFunc

func NewPatchFuncs

func NewPatchFuncs(patches []store.Patch) PatchFunc

func PatchAll

func PatchAll(fns []PatchFunc) PatchFunc

func RemovePatch

func RemovePatch(path string) PatchFunc

func ReplacePatch

func ReplacePatch(path string, value interface{}) PatchFunc

func UnsupportedPatch

func UnsupportedPatch(op store.PatchOp) PatchFunc

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL