Searched refs:ModuleFactory (Results 1 – 2 of 2) sorted by relevance
21 factory blueprint.ModuleFactory41 func RegisterModuleType(name string, factory blueprint.ModuleFactory) { argument
68 moduleFactories map[string]ModuleFactory240 moduleFactories: make(map[string]ModuleFactory),254 type ModuleFactory func() (m Module, propertyStructs []interface{}) type317 func (c *Context) RegisterModuleType(name string, factory ModuleFactory) {