Home
last modified time | relevance | path

Searched refs:invalidPatchError (Results 1 – 6 of 6) sorted by relevance

/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/storage/inmem/
H A Dtxn.go130 return invalidPatchError(rootCannotBeRemovedMsg)
133 return invalidPatchError(rootMustBeObjectMsg)
298 return nil, invalidPatchError("%v: invalid patch path", path)
H A Dinmem_test.go90 …{"append err", "remove", "/c/0/x/-", "", invalidPatchError("/c/0/x/-: invalid patch path"), "", ni…
91 …{"append err-2", "replace", "/c/0/x/-", "", invalidPatchError("/c/0/x/-: invalid patch path"), "",…
104 {"err: bad root type", "add", "/", "[1,2,3]", invalidPatchError(rootMustBeObjectMsg), "", nil},
105 {"err: remove root", "remove", "/", "", invalidPatchError(rootCannotBeRemovedMsg), "", nil},
H A Dinmem.go266 func invalidPatchError(f string, a ...interface{}) *storage.Error { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/storage/inmem/
H A Dtxn.go127 return invalidPatchError(rootCannotBeRemovedMsg)
130 return invalidPatchError(rootMustBeObjectMsg)
294 return nil, invalidPatchError("%v: invalid patch path", path)
H A Dinmem_test.go90 …{"append err", "remove", "/c/0/x/-", "", invalidPatchError("/c/0/x/-: invalid patch path"), "", ni…
91 …{"append err-2", "replace", "/c/0/x/-", "", invalidPatchError("/c/0/x/-: invalid patch path"), "",…
104 {"err: bad root type", "add", "/", "[1,2,3]", invalidPatchError(rootMustBeObjectMsg), "", nil},
105 {"err: remove root", "remove", "/", "", invalidPatchError(rootCannotBeRemovedMsg), "", nil},
H A Dinmem.go210 func invalidPatchError(f string, a ...interface{}) *storage.Error { func