Add another resmap test.

This commit is contained in:
Jeffrey Regan
2019-07-01 11:17:46 -07:00
parent eb93d8c389
commit 0fe95a2f74
4 changed files with 42 additions and 8 deletions

View File

@@ -17,11 +17,11 @@ import (
)
type plugin struct {
ldr ifc.Loader
ldr ifc.Loader
decodedPatch jsonpatch.Patch
Target types.PatchTarget `json:"target,omitempty" yaml:"target,omitempty"`
Path string `json:"path,omitempty" yaml:"path,omitempty"`
JsonOp string `json:"jsonOp,omitempty" yaml:"jsonOp,omitempty"`
Target types.PatchTarget `json:"target,omitempty" yaml:"target,omitempty"`
Path string `json:"path,omitempty" yaml:"path,omitempty"`
JsonOp string `json:"jsonOp,omitempty" yaml:"jsonOp,omitempty"`
}
//noinspection GoUnusedGlobalVariable