Searched defs:initRegistrationContext (Results 1 – 1 of 1) sorted by relevance
288 type initRegistrationContext struct { struct289 moduleTypes map[string]ModuleFactory290 singletonTypes map[string]SingletonFactory291 preSingletonTypes map[string]SingletonFactory292 moduleTypesForDocs map[string]reflect.Value295 func (ctx *initRegistrationContext) RegisterModuleType(name string, factory ModuleFactory) {304 …initRegistrationContext) RegisterSingletonModuleType(name string, factory SingletonModuleFactory) {314 func (ctx *initRegistrationContext) RegisterSingletonType(name string, factory SingletonFactory) {322 …nc (ctx *initRegistrationContext) RegisterPreSingletonType(name string, factory SingletonFactory) {330 func (ctx *initRegistrationContext) PreArchMutators(f RegisterMutatorFunc) {[all …]