Searched defs:textRecord (Results 1 – 2 of 2) sorted by relevance
142 type textRecord struct { struct143 Diff diffMode // e.g., 0 or '-' or '+'144 Key string // e.g., "MyField"145 Value textNode // textWrap | textLine146 ElideComma bool // avoid trailing comma147 Comment fmt.Stringer // e.g., "6 identical fields"
359 makeRec func(reflect.Value, diffMode) textRecord,