Searched defs:appendMatchingPropertiesTestCase (Results 1 – 1 of 1) sorted by relevance
1492 type appendMatchingPropertiesTestCase struct { struct1493 name string1494 dst []interface{}1495 src interface{}1496 out []interface{}1497 order Order // default is Append1498 filter ExtendPropertyFilterFunc1499 err error