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