Searched defs:singleton (Results 1 – 4 of 4) sorted by relevance
63 type singleton struct { struct65 pre bool67 name string68 factory SingletonFactory79 func (s singleton) componentName() string {83 func (s singleton) register(ctx *Context) {
879 singleton Singleton member
669 type singleton struct { struct671 config *Config682 func (s *singleton) GenerateBuildActions(ctx blueprint.SingletonContext) {
367 singleton Singleton member