Searched defs:structFilter (Results 1 – 1 of 1) sorted by relevance
30 type structFilter struct { struct31 t reflect.Type // The root struct type to match on32 ft fieldTree // Tree of fields to match on58 func (sf structFilter) filter(p cmp.Path) bool {