Searched defs:structField (Results 1 – 1 of 1) sorted by relevance
187 structField struct { struct188 pathStep189 name string190 idx int194 unexported bool195 force bool // Forcibly allow visibility196 pvx, pvy reflect.Value // Parent values197 field reflect.StructField // Field information237 func (sf structField) String() string { return fmt.Sprintf(".%s", sf.name) }249 func (sf structField) Name() string { return sf.name }[all …]