Searched defs:initRegistrationContext (Results 1 – 1 of 1) sorted by relevance
273 type initRegistrationContext struct { struct274 moduleTypes map[string]ModuleFactory275 singletonTypes map[string]SingletonFactory276 moduleTypesForDocs map[string]reflect.Value279 func (ctx *initRegistrationContext) RegisterModuleType(name string, factory ModuleFactory) {288 …initRegistrationContext) RegisterSingletonModuleType(name string, factory SingletonModuleFactory) {291 …strationContext) RegisterParallelSingletonModuleType(name string, factory SingletonModuleFactory) {295 …nContext) registerSingletonModuleType(name string, factory SingletonModuleFactory, parallel bool) {305 …tRegistrationContext) registerSingletonType(name string, factory SingletonFactory, parallel bool) {313 func (ctx *initRegistrationContext) RegisterSingletonType(name string, factory SingletonFactory) {[all …]