Home
last modified time | relevance | path

Searched refs:newSingletonFactory (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/bootstrap/
Dcommand.go225 ctx.RegisterSingletonType("bootstrap", newSingletonFactory(bootstrapConfig))
Dbootstrap.go674 func newSingletonFactory(config *Config) func() blueprint.Singleton { func