Searched defs:moduleType (Results 1 – 2 of 2) sorted by relevance
531 func removeEmptyPropertyStructs(mt *moduleType) {541 func collapseDuplicatePropertyStructs(mt *moduleType) {573 func collapseNestedPropertyStructs(mt *moduleType) {605 func combineDuplicateProperties(mt *moduleType) {638 type moduleType struct { struct639 Name string640 Text string641 PropertyStructs []*PropertyStruct
21 type moduleType struct { struct22 name string23 factory blueprint.ModuleFactory