Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go47 type PropertyStruct struct { struct
48 Name string
49 Text string
50 Properties []Property
Dproperties.go145 func (ps *PropertyStruct) Nest(nested *PropertyStruct) {
179 func (p *Property) Nest(nested *PropertyStruct) {
Dreader.go118 func (r *Reader) PropertyStruct(pkgPath, name string, defaults reflect.Value) (*PropertyStruct, err… func