| 28 | } |
| 29 | |
| 30 | type mergeFromPatch struct { |
| 31 | patchType types.PatchType |
| 32 | createPatch func(originalJSON, modifiedJSON []byte, dataStruct interface{}) ([]byte, error) |
| 33 | from runtime.Object |
| 34 | } |
| 35 | |
| 36 | // Type implements patch. |
| 37 | func (s *mergeFromPatch) Type() types.PatchType { |
nothing calls this directly
no outgoing calls
no test coverage detected