Home
last modified time | relevance | path

Searched defs:PropertyDocs (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go99 type PropertyDocs struct { struct
100 Name string
101 OtherNames []string
102 Type string
103 Tag reflect.StructTag
104 Text string
105 OtherTexts []string
106 Properties []PropertyDocs
107 Default string
120 func (docs *PropertyDocs) Clone() PropertyDocs {
[all …]