reflect.interfaceType.FieldByNameFunc (method, view implemented interface methods)
2 uses
reflect (current package)
type.go#L942: func (t *rtype) FieldByNameFunc(match func(string) bool) (StructField, bool) {
value.go#L915: if f, ok := v.typ.FieldByNameFunc(match); ok {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)