package
0.0.0-20241016230021-e9bbb9bc8e78
Repository: https://github.com/cloudflare/service.git
Documentation: pkg.go.dev
# Functions
Test partially implements http://tools.ietf.org/html/rfc6902
Patch examples: { "op": "test", "path": "/a/b/c", "value": "foo" }, { "op": "remove", "path": "/a/b/c" }, { "op": "add", "path": "/a/b/c", "value": [ "foo", "bar" ] }, { "op": "replace", "path": "/a/b/c", "value": 42 }, { "op": "move", "from": "/a/b/c", "path": "/a/b/d" }, { "op": "copy", "from": "/a/b/d", "path": "/a/b/e" }.