Searched defs:initRegistrationContext (Results 1 – 1 of 1) sorted by relevance
277 type initRegistrationContext struct { struct278 moduleTypes map[string]ModuleFactory279 singletonTypes map[string]SingletonFactory280 moduleTypesForDocs map[string]reflect.Value283 func (ctx *initRegistrationContext) RegisterModuleType(name string, factory ModuleFactory) {292 …initRegistrationContext) RegisterSingletonModuleType(name string, factory SingletonModuleFactory) {295 …strationContext) RegisterParallelSingletonModuleType(name string, factory SingletonModuleFactory) {299 …nContext) registerSingletonModuleType(name string, factory SingletonModuleFactory, parallel bool) {309 …tRegistrationContext) registerSingletonType(name string, factory SingletonFactory, parallel bool) {317 func (ctx *initRegistrationContext) RegisterSingletonType(name string, factory SingletonFactory) {[all …]