Searched defs:initRegistrationContext (Results 1 – 1 of 1) sorted by relevance
301 type initRegistrationContext struct { struct302 moduleTypes map[string]ModuleFactory303 singletonTypes map[string]SingletonFactory304 preSingletonTypes map[string]SingletonFactory305 moduleTypesForDocs map[string]reflect.Value308 func (ctx *initRegistrationContext) RegisterModuleType(name string, factory ModuleFactory) {317 …initRegistrationContext) RegisterSingletonModuleType(name string, factory SingletonModuleFactory) {327 func (ctx *initRegistrationContext) RegisterSingletonType(name string, factory SingletonFactory) {335 …nc (ctx *initRegistrationContext) RegisterPreSingletonType(name string, factory SingletonFactory) {343 func (ctx *initRegistrationContext) PreArchMutators(f RegisterMutatorFunc) {[all …]