Searched defs:appendMatchingPropertiesTestCase (Results 1 – 1 of 1) sorted by relevance
1488 type appendMatchingPropertiesTestCase struct { struct1489 name string1490 dst []interface{}1491 src interface{}1492 out []interface{}1493 order Order // default is Append1494 filter ExtendPropertyFilterFunc1495 err error