Searched defs:appendMatchingPropertiesTestCase (Results 1 – 1 of 1) sorted by relevance
1333 type appendMatchingPropertiesTestCase struct { struct1334 name string1335 dst []interface{}1336 src interface{}1337 out []interface{}1338 order Order // default is Append1339 filter ExtendPropertyFilterFunc1340 err error