Searched refs:SingletonFactory (Results 1 – 3 of 3) sorted by relevance
32 factory blueprint.SingletonFactory56 type SingletonFactory func() Singleton type60 func SingletonFactoryAdaptor(factory SingletonFactory) blueprint.SingletonFactory { argument74 func RegisterSingletonType(name string, factory SingletonFactory) { argument78 func RegisterPreSingletonType(name string, factory SingletonFactory) { argument131 RegisterSingletonType(name string, factory SingletonFactory) argument162 singletonTypes: make(map[string]SingletonFactory),170 singletonTypes map[string]SingletonFactory181 func (ctx *initRegistrationContext) RegisterSingletonType(name string, factory SingletonFactory) {
108 func (ctx *TestContext) RegisterSingletonType(name string, factory SingletonFactory) {
292 factory SingletonFactory411 type SingletonFactory func() Singleton type421 func (c *Context) RegisterSingletonType(name string, factory SingletonFactory) {443 func (c *Context) RegisterPreSingletonType(name string, factory SingletonFactory) {