Searched defs:fieldSelectorFunc (Results 1 – 1 of 1) sorted by relevance
378 type fieldSelectorFunc func(name string, field reflect.StructField) bool type385 func newPropertyPruner(propertiesStruct interface{}, selector fieldSelectorFunc) *propertyPruner {393 func newPropertyPrunerForStructType(structType reflect.Type, selector fieldSelectorFunc) *propertyP…