Searched refs:tagTestProps (Results 1 – 2 of 2) sorted by relevance
24 ps, err := r.PropertyStruct(pkgPath, "tagTestProps", reflect.ValueOf(tagTestProps{}))43 ps, err := r.PropertyStruct(pkgPath, "tagTestProps", reflect.ValueOf(tagTestProps{A: "B"}))
38 type tagTestProps struct { struct