Searched defs:ModuleType (Results 1 – 11 of 11) sorted by relevance
30 type ModuleType struct { struct33 Name string36 PkgPath string39 Text template.HTML44 PropertyStructs []*PropertyStruct214 func removeEmptyPropertyStructs(mt *ModuleType) {224 func collapseDuplicatePropertyStructs(mt *ModuleType) {256 func collapseNestedPropertyStructs(mt *ModuleType) {288 func combineDuplicateProperties(mt *ModuleType) {
62 func (r *Reader) ModuleType(name string, factory reflect.Value) (*ModuleType, error) { func
53 func moduleTypeDocsToTemplates(moduleTypeList []*bpdoc.ModuleType) []moduleTypeTemplateData {
35 ModuleType(module Module) string methodSpec120 func (s *singletonContext) ModuleType(logicModule Module) string { func
126 ModuleType() string methodSpec206 func (d *baseModuleContext) ModuleType() string { func
2860 func (c *Context) ModuleType(logicModule Module) string { func
189 func (p Pom) ModuleType() string { func
49 ModuleType(module blueprint.Module) string methodSpec
30 ModuleType(module blueprint.Module) string methodSpec
91 ModuleType() string methodSpec
440 …ModuleType *string `protobuf:"bytes,2,opt,name=module_type,json=moduleType" json:"module_type,omit… member