Searched defs:SingletonFactory (Results 1 – 3 of 3) sorted by relevance
72 func newSingleton(name string, factory SingletonFactory, parallel bool) singleton {117 type SingletonFactory func() Singleton type121 func SingletonFactoryAdaptor(ctx *Context, factory SingletonFactory) blueprint.SingletonFactory {146 func registerSingletonType(name string, factory SingletonFactory, parallel bool) {150 func RegisterSingletonType(name string, factory SingletonFactory) {154 func RegisterParallelSingletonType(name string, factory SingletonFactory) {234 RegisterParallelSingletonType(name string, factory SingletonFactory)235 RegisterSingletonType(name string, factory SingletonFactory)
636 interface SingletonFactory { interface in FactoryModuleBuilderTest
663 type SingletonFactory func() Singleton type