Documentation ¶
Overview ¶
Package patch provides an implementation of the IPLD Patch specification. IPLD Patch is a system for declaratively specifying patches to a document, which can then be applied to produce a new, modified document.
This package is EXPERIMENTAL; its behavior and API might change as it's still in development.
Index ¶
Constants ¶
View Source
const ( Op_Add = "add" Op_Remove = "remove" Op_Replace = "replace" Op_Move = "move" Op_Copy = "copy" Op_Test = "test" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.