Searched defs:PropertyDocs (Results 1 – 1 of 1) sorted by relevance
99 type PropertyDocs struct { struct100 Name string101 OtherNames []string102 Type string103 Tag reflect.StructTag104 Text string105 OtherTexts []string106 Properties []PropertyDocs107 Default string120 func (docs *PropertyDocs) Clone() PropertyDocs {[all …]